Copy page url Firefox

Examine source code of Copy page url

By: ymatzki
Inspect and view changes in Copy page url source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy page url",
  "version": "1.0",
  "description": "Copy page link to clipboard.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/copu-48.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/copu-16.png",
      "32": "icons/copu-32.png",
      "48": "icons/copu-48.png",
      "64": "icons/copu-64.png"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ]
}

Best Copy page url Alternatives

Here are some Firefox add-ons that are similar to Copy page url: