Memorable Password Generator
Generate memorable passwords in one click
Τι είναι το Memorable Password Generator;
Το Memorable Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://niamor.co, και η κύρια λειτουργία του είναι "Generate memorable passwords in one click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Memorable Password Generator
Λήψη αρχείων επέκτασης Memorable Password Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Memorable Password Generator is a free tool that allows you to create very strong passwords that are easy to remember in one click. The best passwords are long, generated randomly and unique. Unfortunately, passwords that are long, random-looking and hard to guess are also difficult to remember. Memorable Password Generator helps you get the best of both, a strong password and an easier to remember one. The way it works is simple, when you click the browser action button, the password is generated and you can copy it one one click. If the password does not look good, you can generate another one in one click. What really makes Memorable Password Generator special is that, unlike most secure password generators, it doesn't output totally random and hard-to-remember passwords. Instead, the password is generated with recognizable words, but with random letters, capitals and random special characters included. It makes the password harder to guess, but at the same time, easier to remember as it is composed of real words. Memorable Password Generator is fully secure and no password is stored. Passwords are only shown to you when generated and disappear when you close the extension popup.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Memorable Password Generator |
ID | agpjopjelkfpdkjpmmlbcppkfkahddkc |
Επίσημο URL | https://chromewebstore.google.com/detail/memorable-password-genera/agpjopjelkfpdkjpmmlbcppkfkahddkc |
Περιγραφή | Generate memorable passwords in one click |
Μέγεθος Αρχείου | 128 KB |
Αριθμός Εγκαταστάσεων | 70 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-07-03 |
Ημερομηνία Δημοσίευσης | 2023-06-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://niamor.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memorable Password Generator", "description": "Generate memorable passwords in one click", "version": "1.0.3.0", "version_name": "1.0.3", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/index.html" } } |