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
官方網址 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"
        ]
    }
}