Password Generator

This extension generates random characters for potential passwords.

Qu'est-ce que Password Generator ?

Password Generator est une extension Chrome développée par https://mattjared.co, et sa fonction principale est "This extension generates random characters for potential passwords.".

Captures d'Écran de l'Extension

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

                        This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.                    

Informations de Base sur l'Extension

Nom Password Generator Password Generator
ID gmldplfcfpjpchkjhpkdodpchllnikii
URL Officiel https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii
Description This extension generates random characters for potential passwords.
Taille du Fichier 180 KB
Nombre d'Installations 46
Version Actuelle 1.4
Dernière Mise à Jour 2015-03-03
Date de Publication 2015-03-03
Développeur https://mattjared.co
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "description": "This extension generates random characters for potential passwords.",
    "version": "1.4",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}