FormyMcFormstein OR Hidden Field Enabler

Identify and enable hidden form input elements.

Cos'è FormyMcFormstein OR Hidden Field Enabler?

FormyMcFormstein OR Hidden Field Enabler è un'estensione di Chrome sviluppata da mcfr4g, e la sua funzione principale è "Identify and enable hidden form input elements.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FormyMcFormstein OR Hidden Field Enabler

Scarica i file di estensione FormyMcFormstein OR Hidden Field Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FormyMcFormstein OR Hidden Field Enabler FormyMcFormstein OR Hidden Field Enabler
ID agaglpiicognebahockafpgcmeenhpnb
URL Ufficiale https://chromewebstore.google.com/detail/formymcformstein-or-hidde/agaglpiicognebahockafpgcmeenhpnb
Descrizione Identify and enable hidden form input elements.
Dimensione del File 34.67 KB
Conteggio Installazioni 302
Versione Corrente 1.1.0
Ultimo Aggiornamento 2014-10-20
Data di Pubblicazione 2014-10-20
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore mcfr4g
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.karlhennigan.com
Lingue Supportate 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
        }
    ]
}