Human Factory
Insert random values in fields for first names, last names, birthdates…
Cos'è Human Factory?
Human Factory è un'estensione di Chrome sviluppata da victor.schubert, e la sua funzione principale è "Insert random values in fields for first names, last names, birthdates…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Human Factory
Scarica i file di estensione Human Factory in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hhbljejpmpbkfflnekomlhpfoohmjpmg |
| URL Ufficiale | https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg |
| Descrizione | Insert random values in fields for first names, last names, birthdates… |
| Dimensione del File | 37.77 KB |
| Conteggio Installazioni | 202 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-06-05 |
| Data di Pubblicazione | 2022-06-04 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | victor.schubert |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://git.sr.ht/~schube/human-factory |
| Lingue Supportate | 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"
}
}
} | |