Visual Hashing

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

Co je Visual Hashing?

Visual Hashing je rozšíření Chrome vyvinuté https://connectioni.st, a jeho hlavní funkcí je „Changes the background of password entry fields to a four-color visual hash.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Visual Hashing

Stáhněte si soubory rozšíření Visual Hashing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Oficiální URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Popis Changes the background of password entry fields to a four-color visual hash.
Velikost souboru 183 KB
Počet instalací 1,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2013-01-22
Datum Vydání 2013-01-22
Hodnocení 4.75/5 Celkem 28 Hodnocení
Vývojář https://connectioni.st
Typ Platby free
Webové stránky Rozšíření http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Podporované Jazyky 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": []
}