Next.js Explorer
Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics.
什么是Next.js Explorer?
Next.js Explorer是由https://lailolai.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics.”。
扩展截图
下载Next.js Explorer扩展crx文件
下载Next.js Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For Next.js Page Router only. Find out all about this extension on: http://lailolai.com/explorer/ # How it works? Click the extension icon to explore & export Next.js __NEXT_DATA__ object. Or check the icon color: - If the icon is GREEN: page data is OPTIMAL - If the icon is RED: static data exceeds 128Kb default threshold (large page data) If the icon is neither red or green (it is black), it means the website is not build with Nextjs framework. # Changelog ## [1.4.1] - 2023-09-09 - Fixed minor bugs ## [1.4.0] - 2023-08-12 - Added sizing information in JSON view - Fixed minor bugs ## [1.3.0] - 2023-08-08 - Improved UX - Fixed minor bugs ## [1.2.0] - 2023-04-23 - Added theme light & dark mode - Removed console logs - Fixed minor bugs ## [1.1.0] - 2023-02-04 - Fixed JSON view bugs and other extenison bugs - Updated icons for better understanding - Show message when Next.js is not available and user clicks the extension icon
扩展基本信息
名称 | Next.js Explorer |
ID | iiekmbomdcmddchlplbdlkkpdgncgpdg |
官方URL | https://chromewebstore.google.com/detail/nextjs-explorer/iiekmbomdcmddchlplbdlkkpdgncgpdg |
简介 | Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics. |
文件大小 | 34.35 KB |
安装次数 | 1,076 |
当前版本 | 1.4.1 |
更新时间 | 2023-11-14 |
上架时间 | 2023-01-14 |
评分 | 5.00/5 共1次评分 |
开发者 | https://lailolai.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://lailolai.com/explorer |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Next.js Explorer", "description": "Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics.", "version": "1.4.1", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |