Password Peek

Unmask the contents of a password field with a simple click!

O que é Password Peek?

Password Peek é uma extensão do Chrome desenvolvida por https://www.camerongray.me, e sua principal característica é "Unmask the contents of a password field with a simple click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Password Peek

Baixe arquivos de extensão Password Peek 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

                        If you love deleting your entire password when you make (or suspect that you made) a mistake then this extension is not for you!  For the rest of us there is "Password Peek" for Google Chrome.  "Password Peek" places a button next to password fields that, when held down will show your password in place of the asterisks allowing you to check it.  You can also press the padlock button to keep the password visible allowing you to edit it while seeing it!

How many times have you gone to enter a password into another device but you are unable to remember it as chrome has it saved and automatically inserts it into the password field, obscured of course!  Simply use "Password Peek" to show the password!                    

Informações Básicas da Extensão

Nome Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
URL Oficial https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
Descrição Unmask the contents of a password field with a simple click!
Tamanho do Arquivo 87.17 KB
Contagem de Instalações 3,065
Versão Atual 1.0
Última Atualização 2012-04-22
Data de Publicação 2012-04-22
Classificação 3.69/5 Total de 48 Avaliações
Desenvolvedor https://www.camerongray.me
Tipo de Pagamento free
Site da Extensão http://www.camerongray.me/
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Peek",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Unmask the contents of a password field with a simple click!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/peek_normal.png",
        "img\/peek_active.png",
        "img\/lock_normal.png",
        "img\/lock_active.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.2-tweaked.js",
                "password-peek.js"
            ],
            "all_frames": true
        }
    ]
}