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
Eメール [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
        }
    ]
}