Extended Link Copy Firefox

Examine source code of Extended Link Copy

Inspect and view changes in Extended Link Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extended Link Copy",
  "short_name": "ELCopy",
  "version": "0.1.4resigned1",
  "description": "This extension gets parts of the href with regex and copys them to clipboard",
  "author": "Tobias Bernrieder",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "settings.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ec95989-5446-448f-8fec-5e46d547e739}"
    }
  }
}

Best Extended Link Copy Alternatives

Here are some Firefox add-ons that are similar to Extended Link Copy: