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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Human Factory 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    }
}