Extract & Copy Links Firefox

Examine source code of Extract & Copy Links

Inspect and view changes in Extract & Copy Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extract & Copy Links",
  "version": "1.0",
  "description": "Extract links from selected text and copy them to clipboard.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extract-copy-links@sajadspeed",
      "data_collection_permissions": {
        "not_using_third_party": true,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Extract & Copy Links Alternatives

Here are some Firefox add-ons that are similar to Extract & Copy Links: