Password Revealer

Make the masked password readable

O que é Password Revealer?

Password Revealer é uma extensão do Chrome desenvolvida por jiaqiguo.jacky, e sua principal característica é "Make the masked password readable".

Baixar o arquivo CRX da Extensão Password Revealer

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

                        Reveals the masked password so it's readable.                    

Informações Básicas da Extensão

Nome Password Revealer Password Revealer
ID ogoaogeggfblcfhlhilpbmedilcalpio
URL Oficial https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio
Descrição Make the masked password readable
Tamanho do Arquivo 34.46 KB
Contagem de Instalações 31
Versão Atual 1.0
Última Atualização 2017-10-17
Data de Publicação 2017-10-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jiaqiguo.jacky
Tipo de Pagamento free
Site da Extensão http://jackysolutions.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Revealer",
    "description": "Make the masked password readable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "revealPassword.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make the masked password readable",
        "default_icon": "p.png"
    },
    "manifest_version": 2
}