React Fiberline
A devtool extension for inspecting the performance of React components.
React Fiberlineคืออะไร?
React Fiberline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A devtool extension for inspecting the performance of React components."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย React Fiberline
ดาวน์โหลดไฟล์ส่วนขยาย React Fiberline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | React Fiberline |
ID | ghgjnfokjgenlpnjcobcnelemicbhbbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb |
คำอธิบาย | A devtool extension for inspecting the performance of React components. |
ขนาดไฟล์ | 211 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 4 |
อัปเดตครั้งล่าสุด | 2018-04-09 |
วันที่เผยแพร่ | 2018-04-09 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Fiberline", "short_name": "react-fiberline", "description": "A devtool extension for inspecting the performance of React components.", "version": "4", "devtools_page": "devtools.html", "icons": { "128": ".\/icon\/fiberline.jpg" }, "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |