Copy Current URL Firefox

Examine source code of Copy Current URL

제작자: Vito Sartori
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"
    }
  }
}

최고의 Copy Current URL 대안

다음은 Copy Current URL과(와) 유사한 Firefox add-on입니다: