NextInspect
Network observability tool for Next.JS
Wat is NextInspect?
NextInspect is een Chrome-extensie ontwikkeld door NextInspect Team, en de belangrijkste functie is "Network observability tool for Next.JS".
Extensie Screenshots
Download het CRX-bestand van de extensie NextInspect
Download NextInspect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NextInspect |
ID | pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Officiële URL | https://chromewebstore.google.com/detail/nextinspect/pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Beschrijving | Network observability tool for Next.JS |
Bestandsgrootte | 109 KB |
Aantal Installaties | 217 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-08-13 |
Publicatiedatum | 2023-07-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | NextInspect Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |