LinkExtract Firefox

Examine source code of LinkExtract

By: innergr
Inspect and view changes in LinkExtract source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LinkExtract",
  "version": "1.0.0",
  "description": "Simple link extractor. Extract all links from current page and copy to clipboard.",
  "icons": {
    "48": "resources/icon-48.png",
    "96": "resources/icon-96.png",
    "128": "resources/icon-128.png"
  },
  "action": {
    "default_icon": {
      "48": "resources/icon-48.png",
      "96": "resources/icon-96.png"
    },
    "default_title": "LinkExtract",
    "default_popup": "display/extract.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linkextract@url.collector",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LinkExtract Alternatives

Here are some Firefox add-ons that are similar to LinkExtract: