Random Input

Helps you to test!

Random Inputとは何ですか?

Random Inputはyergaleyevaによって開発されたChromeの拡張機能で、その主な機能は「Helps you to test!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Generates random values for input fields                    

拡張機能の基本情報

名前 Random Input Random Input
ID hheaegmmfmdkbaakapikmfghcfeehcmo
公式URL https://chromewebstore.google.com/detail/random-input/hheaegmmfmdkbaakapikmfghcfeehcmo
説明 Helps you to test!
ファイルサイズ 48.74 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2019-05-03
公開日 2019-04-30
開発者 yergaleyeva
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Input",
    "version": "1.0",
    "description": "Helps you to test!",
    "author": "Gaukhar Yergaleyeva",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chance.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "chance.min.js",
            "content.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "dice16.png",
        "48": "dice48.png",
        "128": "dice128.png"
    }
}