XHR JSON Panel
This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
XHR JSON Panel là gì?
XHR JSON Panel là một tiện ích mở rộng Chrome được phát triển bởi Sergiu Boboc, và tính năng chính của nó là "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.".
Ả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 XHR JSON Panel
Tải xuống các tệp mở rộng XHR JSON Panel 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
This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process. The extension presents a list with all XHR request made to server that have 'application/json' as content type. When expanding the details of such request by clicking + icon, two panel will appear below the request url. On the left side there will be the response preview and on the right side the GET parameters that are attached to the request URL ( good to view and quick to read for long URLs) and below of this the POST payload data if any ( and of course, if the request method is POST). This extension is inspired by Firebug console and helps me when I need to quick compare the data from more requests. In Chrome Dev Tools Network panel I can see the data for only one request at a time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | XHR JSON Panel |
ID | ijcheklmenppbikccakhlmmcbdjjcmgi |
URL Chính Thức | https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi |
Mô tả | This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process. |
Kích Thước Tệp | 45.82 KB |
Số Lần Cài Đặt | 3,560 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-11-01 |
Ngày Phát Hành | 2018-02-08 |
Đánh Giá | 4.39/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Sergiu Boboc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sergiu79/XHRJSONPanel |
URL Trang Trợ Giúp | https://github.com/sergiu79/XHRJSONPanel |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XHR JSON Panel", "version": "0.0.6", "manifest_version": 2, "description": "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent\/received in an Ajax process.", "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |