Show Password
Forgotten your password? Show password of password field. Source Code can be found in Github.
Qu'est-ce que Show Password ?
Show Password est une extension Chrome développée par Simon Meraner, et sa fonction principale est "Forgotten your password? Show password of password field. Source Code can be found in Github.".
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
Show hidden passwords in password fields. Right-click to a password field and click "Show Password"
Informations de Base sur l'Extension
Nom | Show Password |
ID | aglbjehgamjplgcjkcembamkcaclecmi |
URL Officiel | https://chromewebstore.google.com/detail/show-password/aglbjehgamjplgcjkcembamkcaclecmi |
Description | Forgotten your password? Show password of password field. Source Code can be found in Github. |
Taille du Fichier | 10.79 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-04-18 |
Date de Publication | 2019-04-14 |
Développeur | Simon Meraner |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Password", "author": "smeraner", "version": "1.0.1", "description": "Forgotten your password? Show password of password field. Source Code can be found in Github.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |