Visual Hashing

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

O que é Visual Hashing?

Visual Hashing é uma extensão do Chrome desenvolvida por https://connectioni.st, e sua principal característica é "Changes the background of password entry fields to a four-color visual hash.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Visual Hashing

Baixe arquivos de extensão Visual Hashing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
URL Oficial https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Descrição Changes the background of password entry fields to a four-color visual hash.
Tamanho do Arquivo 183 KB
Contagem de Instalações 1,000
Versão Atual 1.0.1
Última Atualização 2013-01-22
Data de Publicação 2013-01-22
Classificação 4.75/5 Total de 28 Avaliações
Desenvolvedor https://connectioni.st
Tipo de Pagamento free
Site da Extensão http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Idiomas Suportados 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": []
}