Expand description
Defines commands and events for browser extensions.
Structs§
- Clear
Storage Items Params - Clears extension storage in the given
storageArea
. clearStorageItems - Clear
Storage Items Params Builder - Clear
Storage Items Returns - Clears extension storage in the given
storageArea
. clearStorageItems - GetStorage
Items Params - Gets data from extension storage in the given
storageArea
. Ifkeys
is specified, these are used to filter the result. getStorageItems - GetStorage
Items Params Builder - GetStorage
Items Returns - Gets data from extension storage in the given
storageArea
. Ifkeys
is specified, these are used to filter the result. getStorageItems - GetStorage
Items Returns Builder - Load
Unpacked Params - 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
- Load
Unpacked Params Builder - Load
Unpacked Returns - 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
- Load
Unpacked Returns Builder - Remove
Storage Items Params - Removes
keys
from extension storage in the givenstorageArea
. removeStorageItems - Remove
Storage Items Params Builder - Remove
Storage Items Returns - Removes
keys
from extension storage in the givenstorageArea
. removeStorageItems - SetStorage
Items Params - Sets
values
in extension storage in the givenstorageArea
. The providedvalues
will be merged with existing values in the storage area. setStorageItems - SetStorage
Items Params Builder - SetStorage
Items Returns - Sets
values
in extension storage in the givenstorageArea
. The providedvalues
will be merged with existing values in the storage area. setStorageItems
Enums§
- Storage
Area - Storage areas.