chrome.extension library
The chrome.extension
API has utilities that can be used by any extension
page. It includes support for exchanging messages between an extension and
its content scripts or between extensions, as described in detail in Message
Passing.
Properties
final ChromeExtension extension #
Accessor for the chrome.extension
namespace.
final ChromeExtension extension = new ChromeExtension._()