Quick Cipher Firefox

Examine source code of Quick Cipher

By: Vmax
Inspect and view changes in Quick Cipher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Cipher",
  "version": "1.0.0",
  "description": "Encrypt and decrypt text using Caesar cipher and Base64 encoding directly on any webpage",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Quick Cipher",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "modal.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d064e79-fb72-4a2a-bbcb-3b2550e35704}"
    }
  }
}

Best Quick Cipher Alternatives

Here are some Firefox add-ons that are similar to Quick Cipher: