Password Hint
Lists out the password requirements for the current website
Τι είναι το Password Hint;
Το Password Hint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Drake L, και η κύρια λειτουργία του είναι "Lists out the password requirements for the current website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Password Hint
Λήψη αρχείων επέκτασης Password Hint σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Password Hint |
ID | okdidhmfanlihamcidabkdjmpdmnhnde |
Επίσημο URL | https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde |
Περιγραφή | Lists out the password requirements for the current website |
Μέγεθος Αρχείου | 41.22 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2016-12-29 |
Ημερομηνία Δημοσίευσης | 2016-12-28 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Drake L |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/drakelevy/PasswordHint |
Υποστηριζόμενες Γλώσσες | 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" ] } |