Password Generator

Generate a strong password with the click of a button

Cos'è Password Generator?

Password Generator è un'estensione di Chrome sviluppata da generatepassextension, e la sua funzione principale è "Generate a strong password with the click of a button".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Password Generator

Scarica i file di estensione Password Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
URL Ufficiale https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Descrizione Generate a strong password with the click of a button
Dimensione del File 60.63 KB
Conteggio Installazioni 100
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-20
Data di Pubblicazione 2021-03-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore generatepassextension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}