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
电子邮箱 [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"
}