Deadbolt Password Generator
Turn memorable phrases into strong passwords.
Τι είναι το Deadbolt Password Generator;
Το Deadbolt Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.deadboltpasswordgenerator.com, και η κύρια λειτουργία του είναι "Turn memorable phrases into strong passwords.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Deadbolt Password Generator
Λήψη αρχείων επέκτασης Deadbolt Password Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Created to combat the problem of having a different and unique password for every site, Deadbolt operates by applying a simple algorithm to a word or phrase, in order to derive the same strong password each time you enter it. Unlike similar solutions, Deadbolt does not randomly generate the passwords requiring you to save them somewhere else, nor does it store any passwords or personal information. The only way to generate your password is to enter the same phrase again, meaning the only person with the key to generating your passwords is you. Until there's biometrics, there's Deadbolt! Deadbolt is available to view on GitHub - please track any issues or feedback here: https://github.com/bittenbytailfly/deadbolt-password-generator-chrome-extension For updates and news please follow Deadbolt Password Generator on Google+: https://www.google.com/+DeadboltPasswordGenerator
Βασικές Πληροφορίες Επέκτασης
Όνομα | Deadbolt Password Generator |
ID | gmipahielflpaijgdkfailgmiloecolh |
Επίσημο URL | https://chromewebstore.google.com/detail/deadbolt-password-generat/gmipahielflpaijgdkfailgmiloecolh |
Περιγραφή | Turn memorable phrases into strong passwords. |
Μέγεθος Αρχείου | 539 KB |
Αριθμός Εγκαταστάσεων | 235 |
Τρέχουσα Έκδοση | 1.5.0 |
Τελευταία Ενημέρωση | 2015-03-10 |
Ημερομηνία Δημοσίευσης | 2015-03-10 |
Αξιολόγηση | 4.60/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://www.deadboltpasswordgenerator.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.deadboltpasswordgenerator.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.deadboltpasswordgenerator.com/faq |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deadbolt Password Generator", "version": "1.5.0", "description": "Turn memorable phrases into strong passwords.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "img\/injected-bg-icon.png" ], "permissions": [ "storage", "clipboardWrite", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Deadbolt Password Generator", "default_popup": "popup.htm" }, "options_page": "options.htm", "manifest_version": 2 } |