Autofill

Automatically enter form (text, select, radio)

什么是Autofill?

Autofill是由t4y3开发的Chrome扩展程序,该扩展的主要功能是“Automatically enter form (text, select, radio)”。

扩展截图

screenshot

下载Autofill扩展crx文件

下载Autofill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
官方URL https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
简介 Automatically enter form (text, select, radio)
文件大小 61.29 KB
安装次数 219
当前版本 1.0
更新时间 2019-03-08
上架时间 2019-03-08
开发者 t4y3
付费类型 free
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}