FormyMcFormstein OR Hidden Field Enabler

Identify and enable hidden form input elements.

What is FormyMcFormstein OR Hidden Field Enabler?

FormyMcFormstein OR Hidden Field Enabler is a Chrome extension developed by mcfr4g, and its main feature is "Identify and enable hidden form input elements.".

Extension Screenshots

screenshot

Download FormyMcFormstein OR Hidden Field Enabler Extension CRX File

Download FormyMcFormstein OR Hidden Field Enabler 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

                        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.                    

Extension Basic Information

Name FormyMcFormstein OR Hidden Field Enabler FormyMcFormstein OR Hidden Field Enabler
ID agaglpiicognebahockafpgcmeenhpnb
Official URL https://chromewebstore.google.com/detail/formymcformstein-or-hidde/agaglpiicognebahockafpgcmeenhpnb
Description Identify and enable hidden form input elements.
File Size 34.67 KB
Installation Count 302
Current Version 1.1.0
Last Updated 2014-10-20
Publish Date 2014-10-20
Rating 4.00/5 Total 1 Ratings
Developer mcfr4g
Email [email protected]
Payment Type free
Extension Website http://www.karlhennigan.com
Supported Languages 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
        }
    ]
}