Password Generator

Generate a strong password with the click of a button

Was ist Password Generator?

Password Generator ist eine Chrome-Erweiterung, die von generatepassextension entwickelt wurde, und ihr Hauptmerkmal ist "Generate a strong password with the click of a button".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Password Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

Grundlegende Informationen zur Erweiterung

Name Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Offizielle URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Beschreibung Generate a strong password with the click of a button
Dateigröße 60.63 KB
Installationsanzahl 100
Aktuelle Version 1.0
Letztes Update 2021-03-20
Veröffentlichungsdatum 2021-03-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler generatepassextension
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}