Module extensions

Source
Expand description

Defines commands and events for browser extensions.

Structs§

ClearStorageItemsParams
Clears extension storage in the given storageArea. clearStorageItems
ClearStorageItemsParamsBuilder
ClearStorageItemsReturns
Clears extension storage in the given storageArea. clearStorageItems
GetStorageItemsParams
Gets data from extension storage in the given storageArea. If keys is specified, these are used to filter the result. getStorageItems
GetStorageItemsParamsBuilder
GetStorageItemsReturns
Gets data from extension storage in the given storageArea. If keys is specified, these are used to filter the result. getStorageItems
GetStorageItemsReturnsBuilder
LoadUnpackedParams
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
LoadUnpackedParamsBuilder
LoadUnpackedReturns
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
LoadUnpackedReturnsBuilder
RemoveStorageItemsParams
Removes keys from extension storage in the given storageArea. removeStorageItems
RemoveStorageItemsParamsBuilder
RemoveStorageItemsReturns
Removes keys from extension storage in the given storageArea. removeStorageItems
SetStorageItemsParams
Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area. setStorageItems
SetStorageItemsParamsBuilder
SetStorageItemsReturns
Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area. setStorageItems

Enums§

StorageArea
Storage areas.