Next DevTools
Quickly check the props of a NextJS website, inspect all props on hover. Add a badge icon to indicate when the page props for a…
Next DevToolsとは何ですか?
Next DevToolsはCraftValueによって開発されたChromeの拡張機能で、その主な機能は「Quickly check the props of a NextJS website, inspect all props on hover. Add a badge icon to indicate when the page props for a…」です。
拡張機能のスクリーンショット
Next DevTools拡張機能のCRXファイルをダウンロード
Next DevTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly check the props of a NextJS website, inspect all props on hover.
Add a badge icon to indicate when the page props for a given page are too heavy in NextJS.
It will only works for first page load.
When using the `Link` component you may consider have a look at the "NextJS DevTools" panel that this extension is adding in the DevTools.
Icons are from the CoreUI Icons set (see https://github.com/coreui/coreui-icons?ref=iconduck.com). 拡張機能の基本情報
| 名前 | |
| ID | admidbamafmdejfidoeijgghcffngbmp |
| 公式URL | https://chromewebstore.google.com/detail/next-devtools/admidbamafmdejfidoeijgghcffngbmp |
| 説明 | Quickly check the props of a NextJS website, inspect all props on hover. Add a badge icon to indicate when the page props for a… |
| ファイルサイズ | 67.98 KB |
| インストール数 | 2,693 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2024-02-20 |
| 公開日 | 2022-11-14 |
| 評価 | 2.00/5 合計 4 レビュー |
| 開発者 | CraftValue |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gpichot/chrome-extension-next-devtools |
| ヘルプページのURL | https://github.com/gpichot/chrome-extension-next-devtools/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "88.0",
"devtools_page": "src\/next-devtools.html",
"action": {
"default_icon": {
"16": "public\/icon.png",
"32": "public\/icon.png",
"48": "public\/icon.png",
"128": "public\/icon.png"
},
"default_popup": "src\/popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
" | |