Visual Hashing

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

Qu'est-ce que Visual Hashing ?

Visual Hashing est une extension Chrome développée par https://connectioni.st, et sa fonction principale est "Changes the background of password entry fields to a four-color visual hash.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Visual Hashing

Téléchargez les fichiers d'extension Visual Hashing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL Officiel https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Description Changes the background of password entry fields to a four-color visual hash.
Taille du Fichier 183 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-01-22
Date de Publication 2013-01-22
Évaluation 4.75/5 Total 28 Évaluations
Développeur https://connectioni.st
Type de Paiement free
Site Web de l'Extension http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Langues Prises en Charge 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": []
}