NextInspect
Network observability tool for Next.JS
NextInspectคืออะไร?
NextInspect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NextInspect Team และคุณลักษณะหลักของมันคือ "Network observability tool for Next.JS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NextInspect
ดาวน์โหลดไฟล์ส่วนขยาย NextInspect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NextInspect is a developer tool that allows Next.js developers to see network request metrics in Server Side Rendered(SSR) components. Metrics are displayed in a format similar to the native Chrome network devtools, so onboarding and usage is a breeze. Metrics for network requests made in Client Side Rendered components are also shown, eliminating the need to click back and forth between the native Chrome devtools and NextInspect. Please also install the NPM package for NextInspect onto your Next.js app.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NextInspect |
ID | pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nextinspect/pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
คำอธิบาย | Network observability tool for Next.JS |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-08-13 |
วันที่เผยแพร่ | 2023-07-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | NextInspect Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NextInspect", "version": "1.0.0", "description": "Network observability tool for Next.JS", "author": "Lucia Li, Yourui Ruan, William Nguyen, David An, Michael Bildstein", "devtools_page": "src\/pages\/devtools\/index.html" } |