Visual Hashing

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

Visual Hashingคืออะไร?

Visual Hashing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://connectioni.st และคุณลักษณะหลักของมันคือ "Changes the background of password entry fields to a four-color visual hash."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Hashing

ดาวน์โหลดไฟล์ส่วนขยาย Visual Hashing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
คำอธิบาย Changes the background of password entry fields to a four-color visual hash.
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-01-22
วันที่เผยแพร่ 2013-01-22
คะแนน 4.75/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://connectioni.st
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://connectioni.st/2011/12/visual-password-hashing-for-your.html
ภาษาที่รองรับ 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": []
}