Human Factory

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

Wat is Human Factory?

Human Factory is een Chrome-extensie ontwikkeld door victor.schubert, en de belangrijkste functie is "Insert random values in fields for first names, last names, birthdates…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Human Factory

Download Human Factory-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Human Factory Human Factory
ID hhbljejpmpbkfflnekomlhpfoohmjpmg
Officiële URL https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg
Beschrijving Insert random values in fields for first names, last names, birthdates…
Bestandsgrootte 37.77 KB
Aantal Installaties 202
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-06-05
Publicatiedatum 2022-06-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar victor.schubert
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://git.sr.ht/~schube/human-factory
Ondersteunde Talen 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"
        }
    }
}