SproutCore Debug
Additional debugging tools for developing SproutCore applications.
SproutCore Debug là gì?
SproutCore Debug là một tiện ích mở rộng Chrome được phát triển bởi https://sproutcore.com, và tính năng chính của nó là "Additional debugging tools for developing SproutCore applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SproutCore Debug
Tải xuống các tệp mở rộng SproutCore Debug dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
URL Chính Thức | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Mô tả | Additional debugging tools for developing SproutCore applications. |
Kích Thước Tệp | 29.21 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2013-05-14 |
Ngày Phát Hành | 2013-05-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://sproutcore.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sproutcore/add-ons |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |