Copy Current Page URL with Anchor Firefox

Examine source code of Copy Current Page URL with Anchor

By: sashabe Add-on
Inspect and view changes in Copy Current Page URL with Anchor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Current Page URL with Anchor",
  "short_name": "Copy Location With Anchor",
  "description": "Copy a link to a specific section of a web page by linking to the section's anchor (URL fragment).",
  "version": "2.0.1",
  "author": "Alexander Belyaev",
  "homepage_url": "https://github.com/certainlyakey/Copy-current-page-URL-with-anchor",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-grAPHQfoBoWMdA@jetpack"
    }
  }
}

Best Copy Current Page URL with Anchor Alternatives

Here are some Firefox add-ons that are similar to Copy Current Page URL with Anchor: