NextInspect
Network observability tool for Next.JS
Vad är NextInspect?
NextInspect är en Chrome-tillägg utvecklad av NextInspect Team, och dess huvudfunktion är "Network observability tool for Next.JS".
Tilläggsskärmbilder
Ladda ner NextInspect-förlängningens CRX-fil
Ladda ner NextInspect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NextInspect |
ID | pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Officiell webbadress | https://chromewebstore.google.com/detail/nextinspect/pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Beskrivning | Network observability tool for Next.JS |
Filstorlek | 109 KB |
Antal Installationer | 217 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-08-13 |
Publiceringsdatum | 2023-07-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | NextInspect Team |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |