Randomiser

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

Randomiserคืออะไร?

Randomiser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Randomiser is a Chrome extension for web developers which fills forms with relevant random information at the click of a button.…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Randomiser

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}