Visual Hashing

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

Wat is Visual Hashing?

Visual Hashing is een Chrome-extensie ontwikkeld door https://connectioni.st, en de belangrijkste functie is "Changes the background of password entry fields to a four-color visual hash.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Visual Hashing

Download Visual Hashing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Officiële URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Beschrijving Changes the background of password entry fields to a four-color visual hash.
Bestandsgrootte 183 KB
Aantal Installaties 1,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-01-22
Publicatiedatum 2013-01-22
Beoordeling 4.75/5 Totaal 28 Beoordelingen
Ontwikkelaar https://connectioni.st
Betalingswijze free
Extensiewebsite http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Ondersteunde Talen 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": []
}