Nothing to Hide
Important!! This requires extra software from: https://github.com/compsocial/nothing-to-hide Nothing to Hide is a Chrome extension…
Nothing to Hide란 무엇입니까?
Nothing to Hide은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Important!! This requires extra software from: https://github.com/compsocial/nothing-to-hide Nothing to Hide is a Chrome extension…"입니다.
확장 프로그램 스크린샷
Nothing to Hide 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Important!! This requires extra software from: https://github.com/compsocial/nothing-to-hide Nothing to Hide is a Chrome extension for Gmail that makes your email messages vaguer. After you compose a message, this extension replaces any overly specific words and phrases with appropriate, but much vaguer alternatives. The intended recipient can (hopefully) still understand the transformed message but snoopers (hopefully) cannot. Part experiment, part art project, Nothing to Hide wants to let you communicate with people you already know while simultaneously hiding your text in the background noise of the internet. We see our primary adversary as widespread passive internet surveillance and user modeling. In other words, Nothing to Hide seeks to making mining and modeling difficult because some data were never written down. This project is its very early stages of development. On rare occasions, it might tele-transport your computer to the event horizon. Also, due to its reliance on natural language processing toolkits, this version only supports the English language, sorry :(
확장 프로그램 기본 정보
이름 | |
ID | keiegjchmoggjbpgfjdjghbiicpjneoe |
공식 URL | https://chromewebstore.google.com/detail/nothing-to-hide/keiegjchmoggjbpgfjdjghbiicpjneoe |
설명 | Important!! This requires extra software from: https://github.com/compsocial/nothing-to-hide Nothing to Hide is a Chrome extension… |
파일 크기 | 140 KB |
설치 횟수 | 15 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2014-03-04 |
출시 날짜 | 2014-03-04 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/climatewarrior/nothing-to-hide |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nothing to Hide", "version": "3.0.1", "permissions": [ "tabs", "https:\/\/mail.google.com\/*", "http:\/\/127.0.0.1:5000\/" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-2.0.3.js", "dict.js", "run.js" ] } ], "browser_action": { "default_title": "Vague-ify Options", "default_icon": "redact_16x16.png" }, "web_accessible_resources": [ "jquery-2.0.3.js", "dict.js", "run.js" ], "manifest_version": 2 } |