HashMask
Secure password visualization for Chrome.
什么是HashMask?
HashMask是由wyantb开发的Chrome扩展程序,该扩展的主要功能是“Secure password visualization for Chrome.”。
扩展截图
下载HashMask扩展crx文件
下载HashMask扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
---- Short Changelog ---- v1.2: Added toolbar button to turn on/off quickly Fixed issue with showing HashMask wrongly v1.1: Better random salt generation. Fixed issue with small password fields. A full changelog can be found here: http://goo.gl/MFpuE ------------------------------- HashMask is a browser extension meant to enhance your password fields, its home is here: http://goo.gl/g5rIF HashMask is meant to help prevent some errors when logging into various websites. It does this by giving you a consistent sparkline representing your passwords. On any site you visit with a password field, start typing, and a little colored sparkline will appear. This is your clue - try and remember something about the color, shape, or both. Before you know it, your login error rate will drop immensely. Of course, it's just an aid - if you can't remember all your sparklines, don't worry about it! It's just a visual aid. Use it, or not, however you want. Perhaps only remembering one or two really important sparklines for a password you forget or mistype often would be useful, or perhaps you can try to remember all of them. Either way, it's up to you. Inspired by this demo: http://goo.gl/2To7k
扩展基本信息
名称 | HashMask |
ID | iijmhgjmfjnibiehilcmbbjffcmgolhn |
官方URL | https://chromewebstore.google.com/detail/hashmask/iijmhgjmfjnibiehilcmbbjffcmgolhn |
简介 | Secure password visualization for Chrome. |
文件大小 | 280 KB |
安装次数 | 131 |
当前版本 | 1.2.1 |
更新时间 | 2012-06-15 |
上架时间 | 2012-06-15 |
评分 | 5.00/5 共4次评分 |
开发者 | wyantb |
付费类型 | free |
扩展官网 | http://wyantb.github.com/HashMask/ |
帮助页面URL | https://github.com/wyantb/HashMask/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "HashMask", "version": "1.2.1", "manifest_version": 2, "description": "Secure password visualization for Chrome.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "lib\/sjcl.js", "src\/bg.js" ] }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ " |