Random Password Genertor

Random Password Generator with MD5 support

什么是Random Password Genertor?

Random Password Genertor是由Anil Konsal开发的Chrome扩展程序,该扩展的主要功能是“Random Password Generator with MD5 support”。

扩展截图

screenshot

下载Random Password Genertor扩展crx文件

下载Random Password Genertor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a small extension to generate a Random Password.                    

扩展基本信息

名称 Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
官方URL https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
简介 Random Password Generator with MD5 support
文件大小 47.69 KB
安装次数 29
当前版本 1.1
更新时间 2013-01-24
上架时间 2013-01-24
评分 5.00/5 共2次评分
开发者 Anil Konsal
付费类型 free
支持的语言 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"
    }
}