Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Wat is Password Revealer?
Password Revealer is een Chrome-extensie ontwikkeld door Joel Saupe, en de belangrijkste functie is "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Revealer
Download Password Revealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
Officiële URL | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
Beschrijving | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
Bestandsgrootte | 7.7 KB |
Aantal Installaties | 11,999 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-16 |
Publicatiedatum | 2015-11-16 |
Beoordeling | 4.10/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Joel Saupe |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |