Copy Link With Click Firefox

Examine source code of Copy Link With Click

Inspect and view changes in Copy Link With Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Copy Link With Click",
  "version": "1.2.0",
  "manifest_version": 2,
  "description": "Copy link with Alt/Ctrl/Shift/CapsLock-Click. No more right clicks then searching through a context menu.",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "@copy-link-with-click"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "clipboardWrite"
  ],
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.6.1.min.js",
        "menu.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}

Best Copy Link With Click Alternatives

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