Strong Password Generator
Generate strong password for the most secure.
Τι είναι το Strong Password Generator;
Το Strong Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AI Ocean, και η κύρια λειτουργία του είναι "Generate strong password for the most secure.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Strong Password Generator
Λήψη αρχείων επέκτασης Strong Password Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Generate strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
Επίσημο URL | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
Περιγραφή | Generate strong password for the most secure. |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 932 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-04-05 |
Ημερομηνία Δημοσίευσης | 2015-11-09 |
Αξιολόγηση | 4.71/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | AI Ocean |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://laptrinh.senviet.org |
Διεύθυνση URL της Σελίδας Βοήθειας | http://laptrinh.senviet.org |
URL της Σελίδας Πολιτικής Απορρήτου | https://aiocean.io/pages/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |