NextInspect
Network observability tool for Next.JS
ما هو NextInspect؟
NextInspect هو إضافة Chrome تم تطويرها بواسطة NextInspect Team، والميزة الرئيسية لها هي "Network observability tool for Next.JS".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NextInspect
قم بتنزيل ملفات الامتداد NextInspect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |