Show Password
Show Password
Qu'est-ce que Show Password ?
Show Password est une extension Chrome développée par samhagin, et sa fonction principale est "Show Password".
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 gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.
Informations de Base sur l'Extension
Nom | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
URL Officiel | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
Description | Show Password |
Taille du Fichier | 36.15 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-20 |
Date de Publication | 2013-08-20 |
Évaluation | 4.27/5 Total 30 Évaluations |
Développeur | samhagin |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Show Password", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.showPassword.min.js", "showPassword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "6", "manifest_version": 2, "name": "Show Password", "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |