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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lailolai.com และคุณลักษณะหลักของมันคือ "Quickly check if a webpage is built with Next.js and explore static properties and other useful metrics."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next.js Explorer
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |