Randomiser

Randomiser is a Chrome extension for web developers which fills forms with relevant random information at the click of a button.…

Randomiserとは何ですか?

RandomiserはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Randomiser is a Chrome extension for web developers which fills forms with relevant random information at the click of a button.…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Randomiser is a Chrome extension for web developers which fills forms with relevant random information at the click of a button.

As developers, we waste valuable time repeatedly filling in forms on the websites we are building. Randomiser takes away this wasted time by looking at the input types of fields and the information contained in labels and tries to fill the field with the most relevant information it can.

Currently, the following "randomisations" are supported:

First name
Last name
Full name
Street
City
Town
Post code
Zip code
Date
Radio
Checkbox
Anything else will be filled with a random string or number                    

拡張機能の基本情報

名前 Randomiser Randomiser
ID gdfiadonoihphoifnmeicopggilfmidc
公式URL https://chromewebstore.google.com/detail/randomiser/gdfiadonoihphoifnmeicopggilfmidc
説明 Randomiser is a Chrome extension for web developers which fills forms with relevant random information at the click of a button.…
ファイルサイズ 129 KB
インストール数 66
現在のバージョン 0.3
最終更新日 2015-06-24
公開日 2015-06-24
評価 3.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Randomiser",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery\/jquery-2.1.3.min.js",
                "vendor\/jquery.randomise\/jquery.randomise.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}