chrome.runtime library
Use the chrome.runtime
API to retrieve the background page, return details
about the manifest, and listen for and respond to events in the app or
extension lifecycle. You can also use this API to convert the relative path
of URLs to fully-qualified URLs.
Properties
final ChromeRuntime runtime #
Accessor for the chrome.runtime
namespace.
final ChromeRuntime runtime = new ChromeRuntime._()