Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics.
Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics.
- Click the extension icon to explore & export __NEXT_DATA__
- Open Chrome Developer Tools to get instant metrics (__NEXT_DATA__ size, Next.js path, static props, etc.)
Quickly check if data for page exceeds the 128Kb default threshold:
- Icon red circle: data for page exceeds it
- Icon green circle: page data is optimal
If the icon is neither red or green (it is black), the webpage is not build with Nextjs framework.