RandomNumberGenerator

RandomNumberGenerator

RandomNumberGeneratorとは何ですか?

RandomNumberGeneratorはhttps://rndgen.orgによって開発されたChromeの拡張機能で、その主な機能は「RandomNumberGenerator」です。

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

screenshot

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

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

拡張機能の使用方法

                        Advanced random number generator
You can
1. Specify min and max and how many you want.
2. Avoid duplicated numbers.
3. Order numbers by ascending/descending.
4. Save your favourite combination and load.
5. Reorder the combinations intuitively.                    

拡張機能の基本情報

名前 RandomNumberGenerator RandomNumberGenerator
ID lhlngpeiiepddnhnhkigmpdfjcjficdo
公式URL https://chromewebstore.google.com/detail/randomnumbergenerator/lhlngpeiiepddnhnhkigmpdfjcjficdo
説明 RandomNumberGenerator
ファイルサイズ 142 KB
インストール数 19
現在のバージョン 1.1
最終更新日 2023-03-06
公開日 2023-03-06
開発者 https://rndgen.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rndgen.org/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RandomNumberGenerator",
    "version": "1.1",
    "description": "RandomNumberGenerator",
    "action": {
        "default_icon": {
            "48": "images\/rng48.png"
        },
        "default_title": "Random Number Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "images\/rng48.png"
    },
    "manifest_version": 3
}