Strong Password Generator
Generates strong random passwords.
Was ist Strong Password Generator?
Strong Password Generator ist eine Chrome-Erweiterung, die von Lee entwickelt wurde, und ihr Hauptmerkmal ist "Generates strong random passwords.".
Erweiterungsscreenshots
Strong Password Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Strong Password Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Strong Password Generator |
ID | lkahbfdjppdglmacdhifnfaokjealmba |
Offizielle URL | https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba |
Beschreibung | Generates strong random passwords. |
Dateigröße | 1.03 MB |
Installationsanzahl | 302 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-02-28 |
Veröffentlichungsdatum | 2017-02-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Lee |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |