Human Factory

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

Human Factory क्या है?

Human Factory victor.schubert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert random values in fields for first names, last names, birthdates…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Human Factory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}