DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
DWR Explorer là gì?
DWR Explorer là một tiện ích mở rộng Chrome được phát triển bởi lukeupup, và tính năng chính của nó là "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DWR Explorer
Tải xuống các tệp mở rộng DWR Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON - Request filtering - Exception highlighting
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
URL Chính Thức | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
Mô tả | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 685 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2017-08-31 |
Ngày Phát Hành | 2017-08-30 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | lukeupup |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |