Expand description
Defines commands and events for browser extensions.
Structs§
- Clears extension storage in the given
storageArea
. clearStorageItems - Clears extension storage in the given
storageArea
. clearStorageItems - Gets data from extension storage in the given
storageArea
. Ifkeys
is specified, these are used to filter the result. getStorageItems - Gets data from extension storage in the given
storageArea
. Ifkeys
is specified, these are used to filter the result. getStorageItems - Installs an unpacked extension from the filesystem similar to –load-extension CLI flags. Returns extension ID once the extension has been installed. Available if the client is connected using the –remote-debugging-pipe flag and the –enable-unsafe-extension-debugging flag is set. loadUnpacked
- Installs an unpacked extension from the filesystem similar to –load-extension CLI flags. Returns extension ID once the extension has been installed. Available if the client is connected using the –remote-debugging-pipe flag and the –enable-unsafe-extension-debugging flag is set. loadUnpacked
- Sets
values
in extension storage in the givenstorageArea
. The providedvalues
will be merged with existing values in the storage area. setStorageItems - Sets
values
in extension storage in the givenstorageArea
. The providedvalues
will be merged with existing values in the storage area. setStorageItems
Enums§
- Storage areas.