Human Factory
Insert random values in fields for first names, last names, birthdates…
什麼是Human Factory?
Human Factory是由victor.schubert開發的Chrome擴展程式,該擴展的主要功能是“Insert random values in fields for first names, last names, birthdates…”。
擴展截圖
下載Human Factory擴展crx文件
下載Human Factory擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } |