Human Factory

Insert random values in fields for first names, last names, birthdates…

Human Factoryคืออะไร?

Human Factory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย victor.schubert และคุณลักษณะหลักของมันคือ "Insert random values in fields for first names, last names, birthdates…"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Human Factory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This browser extension for Firefox and Google Chrome makes filling forms with random data a breeze! Focus a field, and press Alt+Shift+J (Ctrl+J on OS X). The extension will detect the kind of value the field expects (first name, last name, phone number…) and fill it accordingly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Human Factory Human Factory
ID hhbljejpmpbkfflnekomlhpfoohmjpmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg
คำอธิบาย Insert random values in fields for first names, last names, birthdates…
ขนาดไฟล์ 37.77 KB
จำนวนการติดตั้ง 202
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-06-05
วันที่เผยแพร่ 2022-06-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา victor.schubert
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://git.sr.ht/~schube/human-factory
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Human Factory",
    "version": "1.0.2",
    "description": "Insert random values in fields for first names, last names, birthdates\u2026",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "homepage_url": "https:\/\/github.com\/schubev\/human-factory",
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "dist\/icon-16.png",
        "48": "dist\/icon-48.png",
        "128": "dist\/icon-128.png"
    },
    "commands": {
        "fill-focused-field": {
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "MacCtrl+J"
            },
            "description": "Fill focused input field"
        }
    }
}