Page Highlighter Firefox

Examine source code of Page Highlighter

By: NBET Add-on
Inspect and view changes in Page Highlighter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Highlighter",
  "version": "1.0.0",
  "description": "Highlight links on the current page and choose a highlight color. Toggle highlights on any page with a single click; preferences are saved.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Page Highlighter",
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "page-highlighter-16ccbbef@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Page Highlighter Alternatives

Here are some Firefox add-ons that are similar to Page Highlighter: