Internal Link Collector Firefox

Examine source code of Internal Link Collector

Inspect and view changes in Internal Link Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Internal Link Collector",
  "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": "{1c7d6474-cb0d-444e-b7f3-d17a2fa58c9e}"
    }
  }
}

Best Internal Link Collector Alternatives

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