Clip url Firefox

Examine source code of Clip url

By: Vogu66
Inspect and view changes in Clip url source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clip url",
  "version": "1.2",
  "description": "Copy the current page url to the clipboard",
  "icons": {
    "48": "icons/link-icon.svg",
    "96": "icons/link-icon.svg"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "page_action": {
    "default_icon": "icons/link-icon.svg",
    "default_title": "Copy url",
    "show_matches": [
      "*://*/*"
    ]
  },
  "background": {
    "scripts": [
      "copied.js"
    ]
  }
}

Best Clip url Alternatives

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