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
官方網址 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"
    }
}