Password Generator

Generate a strong password with the click of a button

Co je Password Generator?

Password Generator je rozšíření Chrome vyvinuté generatepassextension, a jeho hlavní funkcí je „Generate a strong password with the click of a button“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Password Generator

Stáhněte si soubory rozšíření Password Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Oficiální URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Popis Generate a strong password with the click of a button
Velikost souboru 60.63 KB
Počet instalací 100
Aktuální Verze 1.0
Poslední Aktualizace 2021-03-20
Datum Vydání 2021-03-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář generatepassextension
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
        ""
    ]
}