Human Factory
Insert random values in fields for first names, last names, birthdates…
Was ist Human Factory?
Human Factory ist eine Chrome-Erweiterung, die von victor.schubert entwickelt wurde, und ihr Hauptmerkmal ist "Insert random values in fields for first names, last names, birthdates…".
Erweiterungsscreenshots
Human Factory-Erweiterungs-CRX-Datei herunterladen
Laden Sie Human Factory-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhbljejpmpbkfflnekomlhpfoohmjpmg |
| Offizielle URL | https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg |
| Beschreibung | Insert random values in fields for first names, last names, birthdates… |
| Dateigröße | 37.77 KB |
| Installationsanzahl | 202 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2022-06-05 |
| Veröffentlichungsdatum | 2022-06-04 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | victor.schubert |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://git.sr.ht/~schube/human-factory |
| Unterstützte Sprachen | 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"
}
}
} | |