Copy Link and Text Firefox

Examine source code of Copy Link and Text

Inspect and view changes in Copy Link and Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1.0",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "background": {
    "scripts": [
      "constants.js",
      "background.js"
    ]
  },
  "commands": {
    "copy-link-and-text": {
      "description": "__MSG_extensionName__",
      "suggested_key": {
        "default": "Alt+X"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "constants.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/link.svg",
    "96": "icons/link.svg"
  },
  "permissions": [
    "clipboardWrite",
    "contextMenus",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2205b4e4-b94e-4dd1-9677-7de3b77f60f9}"
    }
  }
}

Best Copy Link and Text Alternatives

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