RndPhrase
Auto-generated secure passwords.
什麼是RndPhrase?
RndPhrase是由brinchj開發的Chrome擴展程式,該擴展的主要功能是“Auto-generated secure passwords.”。
擴展截圖
下載RndPhrase擴展crx文件
下載RndPhrase擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |