Visual Hashing

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

Apa itu Visual Hashing?

Visual Hashing adalah ekstensi Chrome yang dikembangkan oleh https://connectioni.st, dan fitur utamanya adalah "Changes the background of password entry fields to a four-color visual hash.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Visual Hashing

Unduh file ekstensi Visual Hashing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL Resmi https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Deskripsi Changes the background of password entry fields to a four-color visual hash.
Ukuran File 183 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2013-01-22
Tanggal Publikasi 2013-01-22
Penilaian 4.75/5 Total 28 Penilaian
Pengembang https://connectioni.st
Tipe Pembayaran free
Situs Ekstensi http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Bahasa yang Didukung 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": []
}