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คืออะไร?
XHR JSON Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergiu Boboc และคุณลักษณะหลักของมันคือ "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XHR JSON Panel
ดาวน์โหลดไฟล์ส่วนขยาย XHR JSON Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | XHR JSON Panel |
ID | ijcheklmenppbikccakhlmmcbdjjcmgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi |
คำอธิบาย | This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process. |
ขนาดไฟล์ | 45.82 KB |
จำนวนการติดตั้ง | 3,560 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2021-11-01 |
วันที่เผยแพร่ | 2018-02-08 |
คะแนน | 4.39/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Sergiu Boboc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sergiu79/XHRJSONPanel |
URL หน้าช่วยเหลือ | https://github.com/sergiu79/XHRJSONPanel |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } |