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"
  ]
}

최고의 Text Cryptor 대안

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