Ctrl + Shift + C Should Copy Firefox

Examine source code of Ctrl + Shift + C Should Copy

Par : jscher2000
Inspect and view changes in Ctrl + Shift + C Should Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ctrl + Shift + C Should Copy",
  "description": "Intercepts Ctrl+Shift+C, blocks opening developer tools, and copies the selection to the clipboard. Icon from https://www.iconsdb.com/blue-icons/copy-icon.html.",
  "version": "0.1.0",
  "applications": {
    "gecko": {
      "id": "ctrl-shift-c-copy@jeffersonscher.com",
      "strict_min_version": "78.0"
    }
  },
  "developer": {
    "name": "Jefferson \"jscher2000\" Scher",
    "url": "https://github.com/jscher2000/"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "256": "ctrl-shift-c-256.png"
  }
}

Meilleures alternatives Ctrl + Shift + C Should Copy

Voici quelques Firefox add-ons qui sont similaires à Ctrl + Shift + C Should Copy :