Random Password Genertor

Random Password Generator with MD5 support

What is Random Password Genertor?

Random Password Genertor is a Chrome extension developed by Anil Konsal, and its main feature is "Random Password Generator with MD5 support".

Extension Screenshots

screenshot

Download Random Password Genertor Extension CRX File

Download Random Password Genertor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a small extension to generate a Random Password.                    

Extension Basic Information

Name Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
Official URL https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
Description Random Password Generator with MD5 support
File Size 47.69 KB
Installation Count 29
Current Version 1.1
Last Updated 2013-01-24
Publish Date 2013-01-24
Rating 5.00/5 Total 2 Ratings
Developer Anil Konsal
Payment Type free
Supported Languages 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"
    }
}