Password Generator

Generate a strong password with the click of a button

Qu'est-ce que Password Generator ?

Password Generator est une extension Chrome développée par generatepassextension, et sa fonction principale est "Generate a strong password with the click of a button".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Password Generator

Téléchargez les fichiers d'extension Password Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
URL Officiel https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Description Generate a strong password with the click of a button
Taille du Fichier 60.63 KB
Nombre d'Installations 100
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-20
Date de Publication 2021-03-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur generatepassextension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}