Human Factory
Insert random values in fields for first names, last names, birthdates…
ما هو Human Factory؟
Human Factory هو إضافة Chrome تم تطويرها بواسطة victor.schubert، والميزة الرئيسية لها هي "Insert random values in fields for first names, last names, birthdates…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Human Factory
قم بتنزيل ملفات الامتداد Human Factory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Human Factory |
ID | hhbljejpmpbkfflnekomlhpfoohmjpmg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg |
الوصف | Insert random values in fields for first names, last names, birthdates… |
حجم الملف | 37.77 KB |
عدد التثبيتات | 202 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-06-05 |
تاريخ النشر | 2022-06-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | victor.schubert |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://git.sr.ht/~schube/human-factory |
اللغات المدعومة | 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" } } } |