Encrypt Copy Firefox

Examine source code of Encrypt Copy

Inspect and view changes in Encrypt Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon.svg",
    "128": "images/icon.svg"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon.svg",
      "38": "images/icon.svg"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "commands": {
    "enc-copy": {
      "suggested_key": {
        "default": "Alt+C",
        "linux": "Alt+C"
      },
      "description": "Send a 'enc-copy' event"
    },
    "dec-paste": {
      "suggested_key": {
        "default": "Alt+P",
        "linux": "Alt+P"
      },
      "description": "Send a 'dec-paste' event"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tabs",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "<all_urls>"
  ]
}

Mejores alternativas Encrypt Copy

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