Package-level declarations

This package provides the classes that allow you to work with extension callbacks.

This package provides the classes that allow you to work with extension callbacks.

Types

Link copied to clipboard
An interface that all extension callbacks must extend.
Link copied to clipboard
An interface that all extensions callbacks must extend.
Link copied to clipboard
interface InstallExtensionCallback : ExtensionsAsyncCallback<P, R>
interface InstallExtensionCallback : ExtensionsAsyncCallback<P, R>
A callback that is invoked when the user installs an extension from Chrome Web Store.
Link copied to clipboard
interface OpenExtensionPopupCallback : ExtensionAsyncCallback<P, R>
interface OpenExtensionPopupCallback : ExtensionAsyncCallback<P, R>
A callback that is invoked when an extension wants to open a popup browser.
Link copied to clipboard
interface UninstallExtensionCallback : ExtensionsAsyncCallback<P, R>
interface UninstallExtensionCallback : ExtensionsAsyncCallback<P, R>
A callback that is invoked when the user uninstalls/removes an extension from Chrome Web Store or on the chrome://extensions page.