Copy Current URL Firefox

Examine source code of Copy Current URL

Inspect and view changes in Copy Current URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy Current URL",
  "version": "1.0",
  "description": "Copies the current tab URL using Cmd + Shift + C",
  "permissions": [
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-current-url@vito.io"
    }
  }
}

Mejores alternativas Copy Current URL

Aquí hay algunas Firefox add-ons que son similares a Copy Current URL: