Human Factory

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

Qu'est-ce que Human Factory ?

Human Factory est une extension Chrome développée par victor.schubert, et sa fonction principale est "Insert random values in fields for first names, last names, birthdates…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Human Factory

Téléchargez les fichiers d'extension Human Factory au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Human Factory Human Factory
ID hhbljejpmpbkfflnekomlhpfoohmjpmg
URL Officiel https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg
Description Insert random values in fields for first names, last names, birthdates…
Taille du Fichier 37.77 KB
Nombre d'Installations 202
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-06-05
Date de Publication 2022-06-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur victor.schubert
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://git.sr.ht/~schube/human-factory
Langues Prises en Charge 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"
        }
    }
}