Random Password Genertor

Random Password Generator with MD5 support

Cos'è Random Password Genertor?

Random Password Genertor è un'estensione di Chrome sviluppata da Anil Konsal, e la sua funzione principale è "Random Password Generator with MD5 support".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Password Genertor

Scarica i file di estensione Random Password Genertor 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

                        This is a small extension to generate a Random Password.                    

Informazioni di Base sull'Estensione

Nome Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
URL Ufficiale https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
Descrizione Random Password Generator with MD5 support
Dimensione del File 47.69 KB
Conteggio Installazioni 29
Versione Corrente 1.1
Ultimo Aggiornamento 2013-01-24
Data di Pubblicazione 2013-01-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Anil Konsal
Tipo di Pagamento free
Lingue Supportate 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"
    }
}