Password Generator

Generate a strong password with the click of a button

Wat is Password Generator?

Password Generator is een Chrome-extensie ontwikkeld door generatepassextension, en de belangrijkste functie is "Generate a strong password with the click of a button".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Password Generator

Download Password Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Officiële URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Beschrijving Generate a strong password with the click of a button
Bestandsgrootte 60.63 KB
Aantal Installaties 100
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-20
Publicatiedatum 2021-03-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar generatepassextension
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}