Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Co je Password Revealer?
Password Revealer je rozšíření Chrome vyvinuté Joel Saupe, a jeho hlavní funkcí je „Reveals the value of all password fields on the current page. Great for trying to remember what your password is.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Password Revealer
Stáhněte si soubory rozšíření Password Revealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
Oficiální URL | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
Popis | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
Velikost souboru | 7.7 KB |
Počet instalací | 11,999 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-11-16 |
Datum Vydání | 2015-11-16 |
Hodnocení | 4.10/5 Celkem 20 Hodnocení |
Vývojář | Joel Saupe |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |