Copycat Firefox

Examine source code of Copycat

제작자: makipom
Inspect and view changes in Copycat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copycat",
  "version": "1.0.0",
  "description": "Gives you the ability to copy any URL beneath your cursor by pressing the Z key on your keyboard, or copy hypertext as plain text by pressing the X key.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "copylinkaddress.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy@cat"
    }
  },
  "icons": {
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "web_accessible_resources": [
    "sounds/pop.mp3"
  ]
}

최고의 Copycat 대안

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