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