Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

Cos'è Password Revealer?

Password Revealer è un'estensione di Chrome sviluppata da Joel Saupe, e la sua funzione principale è "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Password Revealer

Scarica i file di estensione Password Revealer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
URL Ufficiale https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Descrizione Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Dimensione del File 7.7 KB
Conteggio Installazioni 11,999
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-16
Data di Pubblicazione 2015-11-16
Valutazione 4.10/5 Totale 20 Valutazioni
Sviluppatore Joel Saupe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}