Text Cryptor Firefox

Examine source code of Text Cryptor

Inspect and view changes in Text Cryptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Cryptor",
  "description": "Encrypts and decrypts text",
  "version": "0.0.1",
  "author": "Dmitry Safarov",
  "browser_action": {
    "default_title": "Text Cryptor",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "aes.js",
        "cryptor.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Mejores alternativas Text Cryptor

Aquí hay algunas Firefox add-ons que son similares a Text Cryptor: