Encrypto-Blog Writer
Encryption extension for Google Chrome.
Encrypto-Blog Writer란 무엇입니까?
Encrypto-Blog Writer은(는) Jamhead에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encryption extension for Google Chrome."입니다.
확장 프로그램 스크린샷
Encrypto-Blog Writer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For use in conjunction with: https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe - Encrypt easily text to share with with people you deem trustworthy! - No signing up required! - Simple, quick and easy to use! This extension allows you to easily share secretive information with a selected group of users. I created it initially so I could keep my blog open to the public but share some secretive information with only my closest friends! I then realized that it's so useful that I'd be selfish to keep it to myself! It also would be useful for an added layer of security to emails/tweets/facebook posts and much more! Owners of this app simply choose a password and encrypt messages through the app (you can change your password easily so there's no problem if you want to have multiple groups). People wishing to view the encrypted messages simply use the Encrypto-Blog Reader Extension (available on the chrome store). You use your password to give any recipients their own password and from then on they can read any of your messages (and they can't pretend to be you either!) A pro-version of this application can be made available if demanded (just ask) which can automatically decrypt messages on your specified site for your trusted users. I will also provide you with a .crx version of the extension which you may host yourself. Additional Info: This extension makes use of a secure, open source BSD licensed encryption library, Stanford Javascript Crypto Library (SJCL) from Stanford university. All credit for the encryption of data goes to these Stanford Academics. My extension simply makes use of their work in a useful way. The SJCL crpto library has been worked upon by worldwide famous cryptographer Dan Boneh amongst other seriously clever people. Disclaimer: By downloading this extension you acknowledge that the author of this extension will not be held responsible in the event that this extension fails to adequately encrypt your data, or if the extension should break and your password be lost, or any adverse effects arise from using this extension. In short, I hold no responsibility towards you whatsoever and you acknowledge this. Thanks
확장 프로그램 기본 정보
이름 | |
ID | abdogbkdaofidplnchileepabhimdnod |
공식 URL | https://chrome.google.com/webstore/detail/encrypto-blog-writer/abdogbkdaofidplnchileepabhimdnod |
설명 | Encryption extension for Google Chrome. |
파일 크기 | 234 KB |
설치 횟수 | 57 |
현재 버전 | 1.4 |
최근 업데이트 | 2013-07-07 |
출시 날짜 | 2013-07-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Jamhead |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encrypto-Blog Writer", "description": "Encryption extension for Google Chrome.", "version": "1.4", "manifest_version": 2, "browser_action": { "default_icon": "lock.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "notifications" ] } |