Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Better Network Panelคืออะไร?
Better Network Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leviolson.com และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Network Panel
ดาวน์โหลดไฟล์ส่วนขยาย Better Network Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is Open Source: https://github.com/leothelocust/better-network-chrome-panel Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering. It doesn't only search the URL, it also searches every part of the request, including headers and post body. Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. See the Changelog here: https://leviolson.com/posts/bnp-changelog
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
คำอธิบาย | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
ขนาดไฟล์ | 2.14 MB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-01-28 |
วันที่เผยแพร่ | 2020-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://leviolson.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://leviolson.com/posts/chrome-ext-better-network-panel |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Network Panel", "version": "1.0.1", "minimum_chrome_version": "44.0", "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.", "devtools_page": "devtools.html", "icons": { "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |