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"
    }
}