RandomGen

A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.

RandomGenとは何ですか?

RandomGenはVaughnGHによって開発されたChromeの拡張機能で、その主な機能は「A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.」です。

拡張機能のスクリーンショット

screenshot

RandomGen拡張機能のCRXファイルをダウンロード

RandomGen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RandomGen is a lightweight Random Number Generator (RNG) that is usable anywhere in Chrome. It works without interrupting the current page, requires no permissions, and runs completely offline. Enjoy!                    

拡張機能の基本情報

名前 RandomGen RandomGen
ID obkfljadgdcionngoklljlmkddgljigk
公式URL https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk
説明 A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
ファイルサイズ 115 KB
インストール数 1,286
現在のバージョン 0.0.3
最終更新日 2015-07-11
公開日 2015-07-10
評価 4.70/5 合計 10 レビュー
開発者 VaughnGH
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RandomGen",
    "description": "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.",
    "version": "0.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate!"
    },
    "icons": {
        "32": "\/icons\/icon32.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png",
        "256": "\/icons\/icon256.png"
    },
    "permissions": []
}