NextInspect
Network observability tool for Next.JS
Apa itu NextInspect?
NextInspect adalah ekstensi Chrome yang dikembangkan oleh NextInspect Team, dan fitur utamanya adalah "Network observability tool for Next.JS".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NextInspect
Unduh file ekstensi NextInspect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NextInspect |
ID | pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
URL Resmi | https://chromewebstore.google.com/detail/nextinspect/pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Deskripsi | Network observability tool for Next.JS |
Ukuran File | 109 KB |
Jumlah Instalasi | 217 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-08-13 |
Tanggal Publikasi | 2023-07-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | NextInspect Team |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |