From 06368272693aefa01dc976f7ef560bca09bd0584 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Thu, 13 Oct 2016 14:18:33 -0500 Subject: [PATCH] Link to what a page action is --- apply-css/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply-css/README.md b/apply-css/README.md index 8e3bfbe..0ac3193 100644 --- a/apply-css/README.md +++ b/apply-css/README.md @@ -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).