Visual Hashing

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

Visual Hashing là gì?

Visual Hashing là một tiện ích mở rộng Chrome được phát triển bởi https://connectioni.st, và tính năng chính của nó là "Changes the background of password entry fields to a four-color visual hash.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visual Hashing

Tải xuống các tệp mở rộng Visual Hashing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL Chính Thức https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Mô tả Changes the background of password entry fields to a four-color visual hash.
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-01-22
Ngày Phát Hành 2013-01-22
Đánh Giá 4.75/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://connectioni.st
Loại Thanh Toán free
Trang Web Mở Rộng http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Ngôn Ngữ Được Hỗ Trợ 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": []
}