Easy Encrypt

Encrypt and Decrypt a message using different Cyphers powered by crypto-js

Easy Encryptとは何ですか?

Easy Encryptはemanuel.surianoによって開発されたChromeの拡張機能で、その主な機能は「Encrypt and Decrypt a message using different Cyphers powered by crypto-js」です。

拡張機能のスクリーンショット

screenshot

Easy Encrypt拡張機能のCRXファイルをダウンロード

Easy Encrypt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers                    

拡張機能の基本情報

名前 Easy Encrypt Easy Encrypt
ID pdpinaffkgjneengfdgoohjipndeopcn
公式URL https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn
説明 Encrypt and Decrypt a message using different Cyphers powered by crypto-js
ファイルサイズ 973 KB
インストール数 34
現在のバージョン 1.0.2
最終更新日 2020-03-12
公開日 2020-03-12
評価 5.00/5 合計 1 レビュー
開発者 emanuel.suriano
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/EmaSuriano/chrome-easy-decrypt
ヘルプページのURL https://github.com/EmaSuriano/chrome-easy-decrypt/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Encrypt",
    "description": "Encrypt and Decrypt a message using different Cyphers powered by crypto-js",
    "version": "1.0.2",
    "icons": {
        "16": "key.png",
        "48": "key.png",
        "128": "key.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": []
}