Password Hint
Lists out the password requirements for the current website
Qu'est-ce que Password Hint ?
Password Hint est une extension Chrome développée par Drake L, et sa fonction principale est "Lists out the password requirements for the current website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Hint
Téléchargez les fichiers d'extension Password Hint 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
Tired of remembering all the different password requirements for websites? Password Hint allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into. Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04 This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such. Source code here: https://github.com/drakelevy/PasswordHint
Informations de Base sur l'Extension
Nom | Password Hint |
ID | okdidhmfanlihamcidabkdjmpdmnhnde |
URL Officiel | https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde |
Description | Lists out the password requirements for the current website |
Taille du Fichier | 41.22 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2016-12-29 |
Date de Publication | 2016-12-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Drake L |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/drakelevy/PasswordHint |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Hint", "manifest_version": 2, "version": "1.0.8", "description": "Lists out the password requirements for the current website", "author": "Drake Levy", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Click to see website password requirements", "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |