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.
Cos'è Password revealer?
Password revealer è un'estensione di Chrome sviluppata da jonathan.svarden, e la sua funzione principale è "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
Screenshot dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Password revealer |
ID | ekgbhfcaocclbckaiodiegejdinnndja |
URL Ufficiale | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
Descrizione | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
Dimensione del File | 15.35 KB |
Conteggio Installazioni | 967 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-03-30 |
Data di Pubblicazione | 2014-03-30 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | jonathan.svarden |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |