Visual Hashing

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

Hvad er Visual Hashing?

Visual Hashing er en Chrome-udvidelse udviklet af https://connectioni.st, og dens hovedfunktion er "Changes the background of password entry fields to a four-color visual hash.".

Udvidelsesskærmbilleder

screenshot

Download Visual Hashing-udvidelses-CRX-fil

Download Visual Hashing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Officiel URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Beskrivelse Changes the background of password entry fields to a four-color visual hash.
Filstørrelse 183 KB
Antal Installationer 1,000
Nuværende Version 1.0.1
Senest Opdateret 2013-01-22
Udgivelsesdato 2013-01-22
Bedømmelse 4.75/5 Samlet 28 Bedømmelser
Udvikler https://connectioni.st
Betalingsmetode free
Udvidelseswebsted http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Understøttede Sprog 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": []
}