Page Link Highlighter Firefox

Examine source code of Page Link Highlighter

By: Qh88 Add-on
Inspect and view changes in Page Link 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 Link Highlighter",
  "version": "1.0.0",
  "description": "Highlight all links on the current page with one click from the toolbar. No host permissions; only runs when you click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{80096b87-17c2-438e-ae33-dd358917c08c}",
      "strict_min_version": "91.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Highlight links on this page",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Page Link Highlighter Alternatives

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