form input generator

Generate random form input based on input type. Input will be saved into local storage automatically

form input generatorとは何ですか?

form input generatorはsabbirによって開発されたChromeの拡張機能で、その主な機能は「Generate random form input based on input type. Input will be saved into local storage automatically」です。

拡張機能のスクリーンショット

screenshot

form input generator拡張機能のCRXファイルをダウンロード

form input generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generate random form input. Creating random form data based on input type. No setting will be needed, just click and enjoy.                    

拡張機能の基本情報

名前 form input generator form input generator
ID ipcomhegikknbhpcfhkjaimmgpagmfof
公式URL https://chromewebstore.google.com/detail/form-input-generator/ipcomhegikknbhpcfhkjaimmgpagmfof
説明 Generate random form input based on input type. Input will be saved into local storage automatically
ファイルサイズ 19.61 KB
インストール数 50
現在のバージョン 2.1.5
最終更新日 2020-11-02
公開日 2019-11-05
開発者 sabbir
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "form input generator",
    "description": "Generate random form input based on input type. Input will be saved into local storage automatically",
    "version": "2.1.5",
    "icons": {
        "128": "icon_180.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Form Input Generator"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent",
        "tabs"
    ]
}