Babble
说都不会话了。
什么是Babble?
Babble是由babblebabblebabb开发的Chrome扩展程序,该扩展的主要功能是“说都不会话了。”。
扩展截图
下载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 |
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", " |