Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Qu'est-ce que Password Toggler - view typed passwords ?
Password Toggler - view typed passwords est une extension Chrome développée par pckltr, et sa fonction principale est "Adds button to show/hide password in input elements".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Toggler - view typed passwords
Téléchargez les fichiers d'extension Password Toggler - view typed passwords 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 adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly. Contribute: https://github.com/pckltr/password-toggler Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1
Informations de Base sur l'Extension
Nom | Password Toggler - view typed passwords |
ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
URL Officiel | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
Description | Adds button to show/hide password in input elements |
Taille du Fichier | 12.77 KB |
Nombre d'Installations | 963 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2017-05-05 |
Date de Publication | 2017-05-05 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | pckltr |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pckltr/password-toggler |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Toggler - view typed passwords", "short_name": "passTogg", "description": "Adds button to show\/hide password in input elements", "version": "1.3.2", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |