Password Generator

Generate a strong password with the click of a button

Hvad er Password Generator?

Password Generator er en Chrome-udvidelse udviklet af generatepassextension, og dens hovedfunktion er "Generate a strong password with the click of a button".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Password Generator-udvidelses-CRX-fil

Download Password Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Officiel URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Beskrivelse Generate a strong password with the click of a button
Filstørrelse 60.63 KB
Antal Installationer 100
Nuværende Version 1.0
Senest Opdateret 2021-03-20
Udgivelsesdato 2021-03-19
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler generatepassextension
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}