Internal Links Bold Firefox

Examine source code of Internal Links Bold

Inspect and view changes in Internal Links Bold source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Internal Links Bold",
  "version": "1.0",
  "description": "A Firefox extension that collects internal links from the current page.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a93d9da0-45a3-4ef3-a3dc-568f19bcf6e5}"
    }
  }
}

Best Internal Links Bold Alternatives

Here are some Firefox add-ons that are similar to Internal Links Bold: