Strong Password Generator
Generates strong random passwords.
Qu'est-ce que Strong Password Generator ?
Strong Password Generator est une extension Chrome développée par Lee, et sa fonction principale est "Generates strong random passwords.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Strong Password Generator
Téléchargez les fichiers d'extension Strong Password Generator 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
A Strong Password: A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts. How it Works: Password generation is done client-side, on your computer, with Javascript.
Informations de Base sur l'Extension
Nom | Strong Password Generator |
ID | lkahbfdjppdglmacdhifnfaokjealmba |
URL Officiel | https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba |
Description | Generates strong random passwords. |
Taille du Fichier | 1.03 MB |
Nombre d'Installations | 302 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-02-28 |
Date de Publication | 2017-02-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Lee |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.2", "description": "Generates strong random passwords.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Strong Password Generator", "default_icon": "16.png", "default_popup": "passwordGenerator.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |