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ファイルをダウンロード

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 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
Eメール [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"
        }
    }
}