Copy Name and Link Firefox

Examine source code of Copy Name and Link

Inspect and view changes in Copy Name and Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Digitasker Copy Name and Link",
  "version": "1.1",
  "description": "Copy selected text and its hyperlink (if any) with Alt+C.",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "copy-selection-link": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Copy selected text and hyperlink"
    }
  },
  "browser_action": {
    "default_title": "Digitasker Copy Name and Link"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2068a574-27d6-42ac-be29-2917a226007b}"
    }
  }
}

Best Copy Name and Link Alternatives

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