Dart Documentationchrome.pageAction

chrome.pageAction library

Use the chrome.pageAction API to put icons inside the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages.

Properties

final ChromePageAction pageAction #

Accessor for the chrome.pageAction namespace.

final ChromePageAction pageAction = new ChromePageAction._()

Classes