Copy Link Title (WebExtensions) Firefox

Examine source code of Copy Link Title (WebExtensions)

Inspect and view changes in Copy Link Title (WebExtensions) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Copy the title of the link.",
  "manifest_version": 2,
  "name": "Copy Link Title (WebExtensions)",
  "version": "1.4.3resigned1",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "clt@mozilla.org",
      "strict_min_version": "51.0"
    }
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "clt.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best Copy Link Title (WebExtensions) Alternatives

Here are some Firefox add-ons that are similar to Copy Link Title (WebExtensions):