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
擴展基本資訊
名稱 | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
官方網址 | 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\/*" ] } |