SproutCore Debug
Additional debugging tools for developing SproutCore applications.
SproutCore Debugคืออะไร?
SproutCore Debug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sproutcore.com และคุณลักษณะหลักของมันคือ "Additional debugging tools for developing SproutCore applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SproutCore Debug
ดาวน์โหลดไฟล์ส่วนขยาย SproutCore Debug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 1.0 ======== Using the elements inspector pane, you can easily access the selected element's SC.View counterpart using $0v and its parent view using $0pv. Once an SC.View's element is selected, you will find important information about the view in a new "SC.View Properties" sidebar panel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
คำอธิบาย | Additional debugging tools for developing SproutCore applications. |
ขนาดไฟล์ | 29.21 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2013-05-14 |
วันที่เผยแพร่ | 2013-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://sproutcore.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sproutcore/add-ons |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SproutCore Debug", "description": "Additional debugging tools for developing SproutCore applications.", "version": "1.0.2", "devtools_page": "devtools.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |