Visual Hashing

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

Co to jest Visual Hashing?

Visual Hashing to rozszerzenie Chrome opracowane przez https://connectioni.st, a jego główną funkcją jest „Changes the background of password entry fields to a four-color visual hash.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Visual Hashing

Pobierz pliki rozszerzeń Visual Hashing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Oficjalny URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Opis Changes the background of password entry fields to a four-color visual hash.
Rozmiar pliku 183 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-01-22
Data Publikacji 2013-01-22
Ocena 4.75/5 Łącznie 28 Oceny
Deweloper https://connectioni.st
Typ Płatności free
Strona Rozszerzenia http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Obsługiwane Języki 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": []
}