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.
Was ist Password revealer?
Password revealer ist eine Chrome-Erweiterung, die von jonathan.svarden entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
Erweiterungsscreenshots
Password revealer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Password revealer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Password revealer |
ID | ekgbhfcaocclbckaiodiegejdinnndja |
Offizielle URL | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
Beschreibung | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
Dateigröße | 15.35 KB |
Installationsanzahl | 967 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-03-30 |
Veröffentlichungsdatum | 2014-03-30 |
Bewertung | 4.38/5 Insgesamt 8 Bewertungen |
Entwickler | jonathan.svarden |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |