FormyMcFormstein OR Hidden Field Enabler

Identify and enable hidden form input elements.

什么是FormyMcFormstein OR Hidden Field Enabler?

FormyMcFormstein OR Hidden Field Enabler是由mcfr4g开发的Chrome扩展程序,该扩展的主要功能是“Identify and enable hidden form input elements.”。

扩展截图

screenshot

下载FormyMcFormstein OR Hidden Field Enabler扩展crx文件

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

扩展使用说明

                        Make Developing forms easier by displaying the hidden fields at the click of a button.

Display the hidden form input elements simply by clicking the icon. Enabled fields will appear pale blue and bordered. Useful for debugging development.

Let me know if this tool is useful and I may consider building a few more with options.

** Update ** Added context fix to enable fields within sub frames.                    

扩展基本信息

名称 FormyMcFormstein OR Hidden Field Enabler FormyMcFormstein OR Hidden Field Enabler
ID agaglpiicognebahockafpgcmeenhpnb
官方URL https://chromewebstore.google.com/detail/formymcformstein-or-hidde/agaglpiicognebahockafpgcmeenhpnb
简介 Identify and enable hidden form input elements.
文件大小 34.67 KB
安装次数 302
当前版本 1.1.0
更新时间 2014-10-20
上架时间 2014-10-20
评分 4.00/5 共1次评分
开发者 mcfr4g
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.karlhennigan.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FormyMcFormstein OR Hidden Field Enabler",
    "description": "Identify and enable hidden form input elements.",
    "version": "1.1.0",
    "author": "Karl Hennigan",
    "browser_action": {
        "default_icon": "favicon-spanner.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "extension.css"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "background.js"
            ],
            "all_frames": true
        }
    ]
}