DWR Explorer

View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…

DWR Explorerとは何ですか?

DWR Explorerはlukeupupによって開発されたChromeの拡張機能で、その主な機能は「View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…」です。

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

screenshot

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

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

拡張機能の使用方法

                        View DWR requests / responses in JSON-like format!

Support:
 - Both request and response parser
 - Copying the object as JSON
 - Request filtering
 - Exception highlighting                    

拡張機能の基本情報

名前 DWR Explorer DWR Explorer
ID mijfipgkjnpanmnmanbjjibihbdgehlf
公式URL https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf
説明 View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
ファイルサイズ 101 KB
インストール数 685
現在のバージョン 1.1.4
最終更新日 2017-08-31
公開日 2017-08-30
評価 5.00/5 合計 4 レビュー
開発者 lukeupup
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DWR Explorer",
    "version": "1.1.4",
    "icons": {
        "200": "assets\/dwr-logo.png"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ]
}