FormData Viewer

View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields

FormData Viewerとは何ですか?

FormData Viewerはhttps://time2hack.comによって開発されたChromeの拡張機能で、その主な機能は「View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields」です。

拡張機能のスクリーンショット

screenshot

FormData Viewer拡張機能のCRXファイルをダウンロード

FormData Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension to view the FormData of all the forms on the page

Shows hidden forms and hidden fields                    

拡張機能の基本情報

名前 FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
公式URL https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
説明 View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
ファイルサイズ 58.16 KB
インストール数 287
現在のバージョン 0.2
最終更新日 2019-10-18
公開日 2019-10-16
開発者 https://time2hack.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://time2hack.com/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FormData Viewer",
    "description": "View HTML FormData of all the forms on the page quickly with this utility.\n\nShows hidden forms and hidden fields",
    "version": "0.2",
    "homepage_url": "https:\/\/time2hack.com\/extensions\/formdata-viewer",
    "browser_action": {
        "default_icon": "icons\/icon-switch-128.png",
        "default_title": "FormData Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-switch-16.png",
        "48": "icons\/icon-switch-48.png",
        "128": "icons\/icon-switch-128.png"
    }
}