Quick Link Highlighter Firefox

Examine source code of Quick Link Highlighter

Inspect and view changes in Quick Link Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Link Highlighter",
  "version": "1.0.0",
  "description": "Highlights external links on demand so you can spot them quickly. Click the toolbar button to toggle highlights; the extension runs only when asked and requests minimal permissions.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Toggle link highlights",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quicklinkhighlighter@example.com",
      "strict_min_version": "68.0"
    }
  }
}

Best Quick Link Highlighter Alternatives

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