Easy Link Extractor Firefox

Examine source code of Easy Link Extractor

Inspect and view changes in Easy Link Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Extractor",
  "version": "1.0",
  "description": "Findet alle Links mit einer bestimmten URL auf der aktuellen Seite.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16x16.png",
      "48": "icon48x48.png",
      "128": "icon128x128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{16fcf5ce-c18c-4831-805b-0301bcaf1485}"
    }
  }
}

Best Easy Link Extractor Alternatives

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