Copy current URL shortcut Firefox

Examine source code of Copy current URL shortcut

By: kooler
Inspect and view changes in Copy current URL shortcut 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 shortcut",
  "version": "1.0",
  "description": "Copies the current URL to clipboard using a defined shortcut.",
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@ff.cc",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_title": "Copy current URL shortcut"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "copy-url-command": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Ctrl+MacCtrl+C"
      },
      "description": "Copy current URL using keyboard shortcut."
    }
  }
}

Best Copy current URL shortcut Alternatives

Here are some Firefox add-ons that are similar to Copy current URL shortcut: