AnyCrypt

This extension enables automatic encrypting and decrypting of gpg messages

AnyCryptとは何ですか?

AnyCryptはlettergrammによって開発されたChromeの拡張機能で、その主な機能は「This extension enables automatic encrypting and decrypting of gpg messages」です。

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

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

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

拡張機能の使用方法

                        Right-click encryption and decryption between friends on the web.                    

拡張機能の基本情報

名前 AnyCrypt AnyCrypt
ID hddfngccldhojkjdcoamhdaiaoijjbha
公式URL https://chromewebstore.google.com/detail/anycrypt/hddfngccldhojkjdcoamhdaiaoijjbha
説明 This extension enables automatic encrypting and decrypting of gpg messages
ファイルサイズ 1.13 MB
インストール数 33
現在のバージョン 0.0.1
最終更新日 2016-04-28
公開日 2016-04-28
評価 3.50/5 合計 2 レビュー
開発者 lettergramm
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnyCrypt",
    "description": "This extension enables automatic encrypting and decrypting of gpg messages",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_page": "anycrypt.html",
        "default_icon": "images\/icon1024.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/scrypt.js",
            "js\/hmac-sha512.js",
            "js\/enc-base64-min.js",
            "js\/jquery-1.11.3.min.js",
            "js\/kbpgp.js",
            "js\/enigma.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/kbpgp.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif",
        "images\/*.png",
        "style\/*.css",
        "script\/*.js"
    ],
    "icons": {
        "256": "images\/icon256.png",
        "1024": "images\/icon1024.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}