Link to what a page action is

This commit is contained in:
Kumar McMillan
2016-10-13 14:18:33 -05:00
parent 88c113b753
commit 0636827269

View File

@@ -7,7 +7,8 @@ This extension includes:
* a background script, "background.js"
* a page action
It adds the page action to every tab the user opens. Clicking the page action
It adds the [page action](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/pageAction)
to every tab the user opens. Clicking the page action
for a tab applies some CSS using [tabs.insertCSS](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/insertCSS).
Clicking again removes the CSS using [tabs.removeCSS](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/removeCSS).