Visual Hashing

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

Cos'è Visual Hashing?

Visual Hashing è un'estensione di Chrome sviluppata da https://connectioni.st, e la sua funzione principale è "Changes the background of password entry fields to a four-color visual hash.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Visual Hashing

Scarica i file di estensione Visual Hashing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL Ufficiale https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Descrizione Changes the background of password entry fields to a four-color visual hash.
Dimensione del File 183 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-01-22
Data di Pubblicazione 2013-01-22
Valutazione 4.75/5 Totale 28 Valutazioni
Sviluppatore https://connectioni.st
Tipo di Pagamento free
Sito Web dell'Estensione http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Lingue Supportate 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": []
}