Copy Link to Highlight Firefox

Examine source code of Copy Link to Highlight

Inspect and view changes in Copy Link to Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Link to Highlight",
  "version": "1.0",
  "description": "Copy a scroll-to-text link for the selected text.",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-link-highlight@example.com",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Copy Link to Highlight Alternatives

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