Human Factory
Insert random values in fields for first names, last names, birthdates…
Co to jest Human Factory?
Human Factory to rozszerzenie Chrome opracowane przez victor.schubert, a jego główną funkcją jest „Insert random values in fields for first names, last names, birthdates…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Human Factory
Pobierz pliki rozszerzeń Human Factory w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhbljejpmpbkfflnekomlhpfoohmjpmg |
| Oficjalny URL | https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg |
| Opis | Insert random values in fields for first names, last names, birthdates… |
| Rozmiar pliku | 37.77 KB |
| Liczba instalacji | 202 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2022-06-05 |
| Data Publikacji | 2022-06-04 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | victor.schubert |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://git.sr.ht/~schube/human-factory |
| Obsługiwane Języki | 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"
}
}
} | |