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 là gì?
Next DevTools là một tiện ích mở rộng Chrome được phát triển bởi CraftValue, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Next DevTools
Tải xuống các tệp mở rộng Next DevTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Next DevTools |
ID | admidbamafmdejfidoeijgghcffngbmp |
URL Chính Thức | https://chromewebstore.google.com/detail/next-devtools/admidbamafmdejfidoeijgghcffngbmp |
Mô tả | 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… |
Kích Thước Tệp | 67.98 KB |
Số Lần Cài Đặt | 2,693 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-02-20 |
Ngày Phát Hành | 2022-11-14 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | CraftValue |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gpichot/chrome-extension-next-devtools |
URL Trang Trợ Giúp | https://github.com/gpichot/chrome-extension-next-devtools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |