Random Number Generator

A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.

Random Number Generatorとは何ですか?

Random Number GeneratorはMax's Extensionsによって開発されたChromeの拡張機能で、その主な機能は「A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Generates a random number between the user-given parameters.                    

拡張機能の基本情報

名前 Random Number Generator Random Number Generator
ID ckdkgoogioikcpmpmoecocgfdangpecg
公式URL https://chromewebstore.google.com/detail/random-number-generator/ckdkgoogioikcpmpmoecocgfdangpecg
説明 A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.
ファイルサイズ 18.31 KB
インストール数 10,028
現在のバージョン 0.1.0
最終更新日 2021-03-20
公開日 2018-10-21
評価 4.58/5 合計 12 レビュー
開発者 Max's Extensions
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Number Generator",
    "description": "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.",
    "version": "0.1.0",
    "author": "YoLlama",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Random # Gen.",
        "default_popup": "numbergen.html"
    },
    "permissions": [
        "activeTab"
    ]
}