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…
Co je Next DevTools?
Next DevTools je rozšíření Chrome vyvinuté CraftValue, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Next DevTools
Stáhněte si soubory rozšíření Next DevTools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | Next DevTools |
ID | admidbamafmdejfidoeijgghcffngbmp |
Oficiální URL | https://chromewebstore.google.com/detail/next-devtools/admidbamafmdejfidoeijgghcffngbmp |
Popis | 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… |
Velikost souboru | 67.98 KB |
Počet instalací | 2,693 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2024-02-20 |
Datum Vydání | 2022-11-14 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | CraftValue |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/gpichot/chrome-extension-next-devtools |
URL Stránky Nápovědy | https://github.com/gpichot/chrome-extension-next-devtools/issues |
Podporované Jazyky | 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": [ " |