Random Password Genertor

Random Password Generator with MD5 support

Qu'est-ce que Random Password Genertor ?

Random Password Genertor est une extension Chrome développée par Anil Konsal, et sa fonction principale est "Random Password Generator with MD5 support".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Password Genertor

Téléchargez les fichiers d'extension Random Password Genertor 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 is a small extension to generate a Random Password.                    

Informations de Base sur l'Extension

Nom Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
URL Officiel https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
Description Random Password Generator with MD5 support
Taille du Fichier 47.69 KB
Nombre d'Installations 29
Version Actuelle 1.1
Dernière Mise à Jour 2013-01-24
Date de Publication 2013-01-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur Anil Konsal
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Password Genertor",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "random.js",
                "scripts.js"
            ]
        }
    ],
    "description": "Random Password Generator with MD5 support",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "Test",
        "default_popup": "random.html"
    }
}