Visual Hashing

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

什麼是Visual Hashing?

Visual Hashing是由https://connectioni.st開發的Chrome擴展程式,該擴展的主要功能是“Changes the background of password entry fields to a four-color visual hash.”。

擴展截圖

screenshot

下載Visual Hashing擴展crx文件

下載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
官方網址 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": []
}