Form Filler

Automatically fill the form on the website.

Form Fillerとは何ですか?

Form Fillerはgreen3rdによって開発されたChromeの拡張機能で、その主な機能は「Automatically fill the form on the website.」です。

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

screenshot
screenshot
screenshot

Form Filler拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.                    

拡張機能の基本情報

名前 Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
公式URL https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
説明 Automatically fill the form on the website.
ファイルサイズ 144 KB
インストール数 92
現在のバージョン 1.0
最終更新日 2021-06-23
公開日 2021-06-23
開発者 green3rd
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Filler",
    "version": "1.0",
    "description": "Automatically fill the form on the website.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "options_page": "options.html"
}