NextInspect

Network observability tool for Next.JS

什么是NextInspect?

NextInspect是由NextInspect Team开发的Chrome扩展程序,该扩展的主要功能是“Network observability tool for Next.JS”。

扩展截图

screenshot
screenshot

下载NextInspect扩展crx文件

下载NextInspect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}