Visual Hashing

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

What is Visual Hashing?

Visual Hashing is a Chrome extension developed by https://connectioni.st, and its main feature is "Changes the background of password entry fields to a four-color visual hash.".

Extension Screenshots

screenshot

Download Visual Hashing Extension CRX File

Download Visual Hashing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Official URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Description Changes the background of password entry fields to a four-color visual hash.
File Size 183 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2013-01-22
Publish Date 2013-01-22
Rating 4.75/5 Total 28 Ratings
Developer https://connectioni.st
Payment Type free
Extension Website http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Supported Languages 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": []
}