Link Highlight Firefox

Examine source code of Link Highlight

By: Anke
Inspect and view changes in Link Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Highlight",
  "description": "Highlight external links in one color and internal links in another for instant domain awareness",
  "version": "1.2",
  "icons": {
    "64": "ico/64.png",
    "128": "ico/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b4ec2b1-f9a8-45fd-bab8-500ae3297871}",
      "strict_min_version": "90.0"
    }
  }
}

Best Link Highlight Alternatives

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