Show Password

Show passwords easily by double clicking on it!

O que é Show Password?

Show Password é uma extensão do Chrome desenvolvida por aabomukh, e sua principal característica é "Show passwords easily by double clicking on it!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Show Password

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

                        Have you ever deleted your password completely just because you typed a wrong letter ? Or tried to remember a saved password which already typed in the password field ?

This extension gives you the ability to show your passwords by double-clicking on the password fields, and it hides it either by double-clicking again or when you move the mouse away from password fields. 

The extension is completely secure, and all it does is just changing the view locally.

Note: Icon made by Freepik from www.flaticon.com.

Feel free to contact us with any question or feedback.                    

Informações Básicas da Extensão

Nome Show Password Show Password
ID fkkifgmeehfndalmegnbagknaeeacjdk
URL Oficial https://chromewebstore.google.com/detail/show-password/fkkifgmeehfndalmegnbagknaeeacjdk
Descrição Show passwords easily by double clicking on it!
Tamanho do Arquivo 12.13 KB
Contagem de Instalações 330
Versão Atual 1.0
Última Atualização 2021-02-04
Data de Publicação 2021-01-30
Classificação 4.78/5 Total de 9 Avaliações
Desenvolvedor aabomukh
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": "Show Password",
    "version": "1.0",
    "description": "Show passwords easily by double clicking on it!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Developed by Ahmad Abo-Mukh",
        "default_popup": "popup.html"
    }
}