Fired when a message is sent from either an extension process
(by runtime.sendMessage) or a content script (by tabs.sendMessage).
details for the message
MessageSender object
function to call once after processing
true if asynchronous
Fired when a browser action icon is clicked.
Fired when the extension is first installed,
when the extension is updated to a new version,
and when Chrome is updated to a new version.
type of event
Fired when item in localStorage changes
StorageEvent
Fired when a profile that has this extension installed first starts up
Display the options tab
Generated using TypeDoc
The background script for the extension.