Password revealer
Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
O que é Password revealer?
Password revealer é uma extensão do Chrome desenvolvida por jonathan.svarden, e sua principal característica é "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
Capturas de Tela da Extensão
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
Informações Básicas da Extensão
Nome | Password revealer |
ID | ekgbhfcaocclbckaiodiegejdinnndja |
URL Oficial | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
Descrição | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
Tamanho do Arquivo | 15.35 KB |
Contagem de Instalações | 967 |
Versão Atual | 0.1 |
Última Atualização | 2014-03-30 |
Data de Publicação | 2014-03-30 |
Classificação | 4.38/5 Total de 8 Avaliações |
Desenvolvedor | jonathan.svarden |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password revealer", "version": "0.1", "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "revealext.js" ], "run_at": "document_end", "all_frames": false } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |