Show Password
Passwords are shown in plain text in asterisk fields on the page being viewed
Qu'est-ce que Show Password ?
Show Password est une extension Chrome développée par danyossidia, et sa fonction principale est "Passwords are shown in plain text in asterisk fields on the page being viewed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show Password
Téléchargez les fichiers d'extension Show Password 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
This extension enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"
Informations de Base sur l'Extension
Nom | |
ID | blelcdgbeokmmchmggmogkdgcpifijam |
URL Officiel | https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam |
Description | Passwords are shown in plain text in asterisk fields on the page being viewed |
Taille du Fichier | 34.03 KB |
Nombre d'Installations | 1,842 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-12-19 |
Date de Publication | 2013-12-19 |
Évaluation | 3.32/5 Total 25 Évaluations |
Développeur | danyossidia |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Show Password", "description": "Passwords are shown in plain text in asterisk fields on the page being viewed", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |