Visual Hashing

Changes the background of password entry fields to a four-color visual hash.

什么是Visual Hashing?

Visual Hashing是由https://connectioni.st开发的Chrome扩展程序,该扩展的主要功能是“Changes the background of password entry fields to a four-color visual hash.”。

扩展截图

screenshot

下载Visual Hashing扩展crx文件

下载Visual Hashing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        After you install this add-on, you'll be able to see a four-color visual "hash" in password inputs all around the web. The hash will update as you type.

You can think of the hash as being your password's "fingerprint." Over time, you'll remember the colors associated with each password, which will prevent you from mistyping your passwords.                    

扩展基本信息

名称 Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
官方URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
简介 Changes the background of password entry fields to a four-color visual hash.
文件大小 183 KB
安装次数 1,000
当前版本 1.0.1
更新时间 2013-01-22
上架时间 2013-01-22
评分 4.75/5 共28次评分
开发者 https://connectioni.st
付费类型 free
扩展官网 http://connectioni.st/2011/12/visual-password-hashing-for-your.html
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Hashing",
    "version": "1.0.1",
    "description": "Changes the background of password entry fields to a four-color visual hash.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "util.js",
                "visualhash.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": []
}