Strong Password Generator
Generate strong password for the most secure.
Was ist Strong Password Generator?
Strong Password Generator ist eine Chrome-Erweiterung, die von AI Ocean entwickelt wurde, und ihr Hauptmerkmal ist "Generate strong password for the most secure.".
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
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.
Grundlegende Informationen zur Erweiterung
Name | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
Offizielle URL | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
Beschreibung | Generate strong password for the most secure. |
Dateigröße | 101 KB |
Installationsanzahl | 932 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2023-04-05 |
Veröffentlichungsdatum | 2015-11-09 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | AI Ocean |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://laptrinh.senviet.org |
Hilfeseite URL | http://laptrinh.senviet.org |
URL der Datenschutzrichtlinien-Seite | https://aiocean.io/pages/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/" ] } |