Brick Next Developer Tools
Adds Brick Next debugging tools to the Chrome Developer Tools.
Brick Next Developer Toolsคืออะไร?
Brick Next Developer Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weareoutman และคุณลักษณะหลักของมันคือ "Adds Brick Next debugging tools to the Chrome Developer Tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brick Next Developer Tools
ดาวน์โหลดไฟล์ส่วนขยาย Brick Next Developer Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brick Next Developer Tools is a Chrome DevTools extension for Brick Next. Brick Next is a web-frontend framework building on top of web components, developed by UWinTech China (优维科技), also known as EasyOps. This extension allows developers to inspect the framework rendering tree which consists of custom elements, including their customized properties and events. And it also allows developers to monitor specific data processing of the framework. Developers will get a new tab in Chrome DevTools: "Bricks". By default it shows you the custom elements tree, by selecting one of them, you can inspect its customized properties and events. By switching to "Evaluations" or "Transformations", you can monitor the specific data processing, including the input, the result and the context.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Brick Next Developer Tools |
ID | imfbjbfcldgkdbfgeoppalofbjfihpdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/brick-next-developer-tool/imfbjbfcldgkdbfgeoppalofbjfihpdp |
คำอธิบาย | Adds Brick Next debugging tools to the Chrome Developer Tools. |
ขนาดไฟล์ | 527 KB |
จำนวนการติดตั้ง | 248 |
เวอร์ชันปัจจุบัน | 0.6.10 |
อัปเดตครั้งล่าสุด | 2023-10-10 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | weareoutman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/easyops-cn/brick-next-devtools |
URL หน้าช่วยเหลือ | https://github.com/easyops-cn/brick-next-devtools/issues/new |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Brick Next Developer Tools", "description": "Adds Brick Next debugging tools to the Chrome Developer Tools.", "version": "0.6.10", "icons": { "128": "icons\/128-production.png" }, "devtools_page": "build\/devtools.html", "host_permissions": [ " |