RndPhrase
Auto-generated secure passwords.
RndPhrase란 무엇입니까?
RndPhrase은(는) brinchj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-generated secure passwords."입니다.
확장 프로그램 스크린샷
RndPhrase 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
About RndPhrase is a small add-on that will transform your regular passwords into secure per-domain passwords. It does so on-the-fly without storing the passwords, or interrupt your browsing experience. Why? The main advantages of this approach is: 1) The password is randomized and thereby very hard to guess. 2) Two sites do not share passwords. If one site is hacked and its passwords leaked, it has no effect on your accounts on other sites. Usage First, configure a seed for RndPhrase through the add-on settings. Second, press '@' in a password box before entering the password to activate RndPhrase. Examples You can try the system using the web-based version at: http://rndphrase.appspot.com/ Some test passwords generated for: facebook.com: sp2ueg3z9gp1mnd4 google.com: pdtstnvtrzzc4zxj twitter.com: wtt1q7ssal3mcjqt (generated using empty seed and password) Wiki Read more at our wiki at: http://wiki.github.com/brinchj/RndPhrase/ Join our discussion group at: https://groups.google.com/d/forum/rndphrase
확장 프로그램 기본 정보
이름 | |
ID | ggnlobmiclcdfgbkpmbhjijfobbaehkc |
공식 URL | https://chromewebstore.google.com/detail/rndphrase/ggnlobmiclcdfgbkpmbhjijfobbaehkc |
설명 | Auto-generated secure passwords. |
파일 크기 | 39.16 KB |
설치 횟수 | 18 |
현재 버전 | 0.9.18 |
최근 업데이트 | 2012-10-19 |
출시 날짜 | 2012-10-19 |
평점 | 4.55/5 총 11 개의 평점 |
개발자 | brinchj |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://wiki.github.com/brinchj/RndPhrase/ |
도움말 페이지 URL | http://github.com/brinchj/RndPhrase/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "overlay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "name": "RndPhrase", "description": "Auto-generated secure passwords.", "version": "0.9.18", "options_page": "options.html", "icons": { "64": "icon.png", "128": "icon.png" } } |