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 -…”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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\/*"
    ]
}  |  |