表单助手

Form Helper是为Web开发者和测试人员开发的表单数据自动填充,并可以自定义mock数据插件,支持React、Vue、AngularJs等构建的网站。

What is 表单助手?

表单助手 is a Chrome extension developed by guolianga2013, and its main feature is "Form Helper是为Web开发者和测试人员开发的表单数据自动填充,并可以自定义mock数据插件,支持React、Vue、AngularJs等构建的网站。".

Extension Screenshots

screenshot
screenshot

Download 表单助手 Extension CRX File

Download 表单助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        为Web开发者和测试人员开发的表单数据自动填充,并可以自定义mock数据插件。                    

Extension Basic Information

Name 表单助手 表单助手
ID filaceankhhhncmpjahaogleldcpfook
Official URL https://chromewebstore.google.com/detail/%E8%A1%A8%E5%8D%95%E5%8A%A9%E6%89%8B/filaceankhhhncmpjahaogleldcpfook
Description Form Helper是为Web开发者和测试人员开发的表单数据自动填充,并可以自定义mock数据插件,支持React、Vue、AngularJs等构建的网站。
File Size 566 KB
Installation Count 901
Current Version 2.1.3
Last Updated 2023-03-21
Publish Date 2020-03-30
Rating 5.00/5 Total 3 Ratings
Developer guolianga2013
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8868\u5355\u52a9\u624b",
    "description": "Form Helper\u662f\u4e3aWeb\u5f00\u53d1\u8005\u548c\u6d4b\u8bd5\u4eba\u5458\u5f00\u53d1\u7684\u8868\u5355\u6570\u636e\u81ea\u52a8\u586b\u5145\uff0c\u5e76\u53ef\u4ee5\u81ea\u5b9a\u4e49mock\u6570\u636e\u63d2\u4ef6\uff0c\u652f\u6301React\u3001Vue\u3001AngularJs\u7b49\u6784\u5efa\u7684\u7f51\u7ad9\u3002",
    "version": "2.1.3",
    "icons": {
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "tabs",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}