Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Qu'est-ce que Password Revealer ?
Password Revealer est une extension Chrome développée par Joel Saupe, et sa fonction principale est "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Revealer
Téléchargez les fichiers d'extension Password Revealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
URL Officiel | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
Description | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
Taille du Fichier | 7.7 KB |
Nombre d'Installations | 11,999 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-16 |
Date de Publication | 2015-11-16 |
Évaluation | 4.10/5 Total 20 Évaluations |
Développeur | Joel Saupe |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |