Catberry Debugger
Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
Catberry Debuggerคืออะไร?
Catberry Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://catberry.org และคุณลักษณะหลักของมันคือ "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Catberry Debugger
ดาวน์โหลดไฟล์ส่วนขยาย Catberry Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Catberry Debugger extends Chrome Developer Tools: * adds a sidebar that displays information about Catberry-component associated with the selected DOM element; * adds a panel that displays components, routes, stores data, the state and statistics. More about Catberry framework http://catberry.org/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Catberry Debugger |
ID | kjodiadblphfedkaigibpfnklkpdmpfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh |
คำอธิบาย | Extends Chrome Developer Tools, adding panels that display information about Catberry components and more |
ขนาดไฟล์ | 455 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-03-25 |
วันที่เผยแพร่ | 2017-03-25 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://catberry.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/catberry/catberry-debugger |
URL หน้าช่วยเหลือ | https://github.com/catberry/catberry-debugger/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "devtools_page": "sidebar\/index.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "manifest_version": 2 } |