Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
O que é Password Revealer?
Password Revealer é uma extensão do Chrome desenvolvida por Joel Saupe, e sua principal característica é "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".
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
Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.
Informações Básicas da Extensão
Nome | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
URL Oficial | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
Descrição | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
Tamanho do Arquivo | 7.7 KB |
Contagem de Instalações | 11,999 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-16 |
Data de Publicação | 2015-11-16 |
Classificação | 4.10/5 Total de 20 Avaliações |
Desenvolvedor | Joel Saupe |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Revealer", "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.", "version": "1.0", "browser_action": { "default_icon": "unlock-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |