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
公式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": []
}