Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

O que é Password Reveal?

Password Reveal é uma extensão do Chrome desenvolvida por https://suarezluis.com, e sua principal característica é "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Password Reveal

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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Informações Básicas da Extensão

Nome Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL Oficial https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Descrição One click password reveal. Just click the icon and any password that is hidden will become legible text.
Tamanho do Arquivo 7.59 KB
Contagem de Instalações 815
Versão Atual 1.0
Última Atualização 2019-01-08
Data de Publicação 2019-01-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://suarezluis.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}