Babble
说都不会话了。
Babble란 무엇입니까?
Babble은(는) babblebabblebabb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "说都不会话了。"입니다.
확장 프로그램 스크린샷
Babble 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |