Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
Was ist Strong Password Generator?
Strong Password Generator ist eine Chrome-Erweiterung, die von Arun Kumar Sekar entwickelt wurde, und ihr Hauptmerkmal ist "Strong Password Generator to create secure passwords that are impossible to crack on your device.".
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
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
Grundlegende Informationen zur Erweiterung
Name | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
Offizielle URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
Beschreibung | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
Dateigröße | 879 KB |
Installationsanzahl | 119 |
Aktuelle Version | 1.5.5 |
Letztes Update | 2017-09-09 |
Veröffentlichungsdatum | 2017-09-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Arun Kumar Sekar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |