Cypher text

Cypher any text on web page.

Cypher textとは何ですか?

Cypher textはIevgenii Vdovenkoによって開発されたChromeの拡張機能で、その主な機能は「Cypher any text on web page.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This plugin allow you to cypher text on client side. This extension uses AES cypher by pass phrase. 

To encrypt text:
1. Select text.
2. Next - invoke context menu.
3. Select сypher from context menu, and select encrypt text.
4. Enter passphrase - changes immediately will be shown on client site.

To decrypt text follow same steps, but choose decrypt text from menu.                    

拡張機能の基本情報

名前 Cypher text Cypher text
ID aaiojlbngmjigjncaghednmoglaopmnm
公式URL https://chrome.google.com/webstore/detail/cypher-text/aaiojlbngmjigjncaghednmoglaopmnm
説明 Cypher any text on web page.
ファイルサイズ 135 KB
インストール数 97
現在のバージョン 1.0.0
最終更新日 2015-08-10
公開日 2015-08-10
評価 5.00/5 合計 1 レビュー
開発者 Ievgenii Vdovenko
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cypher text",
    "version": "1.0.0",
    "description": "Cypher any text on web page.",
    "icons": {
        "16": "ico\/icon-bitty.png",
        "64": "ico\/icon-medium.png",
        "128": "ico\/icon-large.png"
    },
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/passphraseResolver.js",
            "lib\/rc4.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js\/constants.js",
                "js\/save_last_element.js",
                "js\/contentMain.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "background",
        "contextMenus",
        "tabs"
    ]
}