NextInspect
Network observability tool for Next.JS
What is NextInspect?
NextInspect is a Chrome extension developed by NextInspect Team, and its main feature is "Network observability tool for Next.JS".
Extension Screenshots
Download NextInspect Extension CRX File
Download NextInspect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NextInspect |
ID | pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Official URL | https://chromewebstore.google.com/detail/nextinspect/pnllkkbkkjkhebaeocnbfdcchnpfbbaa |
Description | Network observability tool for Next.JS |
File Size | 109 KB |
Installation Count | 217 |
Current Version | 1.0.0 |
Last Updated | 2023-08-13 |
Publish Date | 2023-07-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | NextInspect Team |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |