Babble

说都不会话了。

Babbleとは何ですか?

Babbleはbabblebabblebabbによって開発されたChromeの拡張機能で、その主な機能は「说都不会话了。」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Babble is a browser extension designed for easy end-to-end encryption,
specifically targeted at websites that do not provide native support for
encryption. With Babble, users can manage encryption keys and encrypt and
decrypt text using those keys. Babble assumes all websites are hostile, and
thus plaintext is always kept completely isolated from javascript running on the page.                    

拡張機能の基本情報

名前 Babble Babble
ID jlennmkkaeaacimlocjokpiicngdmlpe
公式URL https://chromewebstore.google.com/detail/babble/jlennmkkaeaacimlocjokpiicngdmlpe
説明 说都不会话了。
ファイルサイズ 395 KB
インストール数 31
現在のバージョン 0.2.1
最終更新日 2019-11-02
公開日 2019-10-31
評価 5.00/5 合計 3 レビュー
開発者 babblebabblebabb
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Babble",
    "version": "0.2.1",
    "description": "\u8bf4\u90fd\u4e0d\u4f1a\u8bdd\u4e86\u3002",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "dist\/js\/background\/background.js",
            "dist\/js\/vendor.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/js\/content\/inject.js",
                "dist\/js\/vendor.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "dist\/html\/popup.html"
    },
    "options_page": "dist\/html\/options.html",
    "web_accessible_resources": [
        "dist\/html\/decrypt.html",
        "dist\/js\/web_accessible_resources\/decrypt.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            }
        },
        "toggle-decryption": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Enter decryption picker mode"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        ""
    ]
}