Link Highlighter Firefox

Examine source code of Link Highlighter

By: 789Win
Inspect and view changes in Link Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Highlighter",
  "version": "1.0.0",
  "description": "Highlights all links on the current page in your chosen color and shows a quick count.",
  "browser_specific_settings": {
    "gecko": {
      "id": "link-highlighter@example.com",
      "strict_min_version": "91.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Link Highlighter",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Link Highlighter Alternatives

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