NextInspect
Network observability tool for Next.JS
NextInspectとは何ですか?
NextInspectはNextInspect Teamによって開発されたChromeの拡張機能で、その主な機能は「Network observability tool for Next.JS」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |