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. 扩展基本信息
| 名称 | |
| 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"
}
}
} | |