DWR Explorer

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

What is DWR Explorer?

DWR Explorer is a Chrome extension developed by lukeupup, and its main feature is "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".

Extension Screenshots

screenshot

Download DWR Explorer Extension CRX File

Download DWR Explorer 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

                        View DWR requests / responses in JSON-like format!

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

Extension Basic Information

Name DWR Explorer DWR Explorer
ID mijfipgkjnpanmnmanbjjibihbdgehlf
Official URL https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf
Description View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
File Size 101 KB
Installation Count 685
Current Version 1.1.4
Last Updated 2017-08-31
Publish Date 2017-08-30
Rating 5.00/5 Total 4 Ratings
Developer lukeupup
Payment Type free
Supported Languages 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\/*"
    ]
}