SproutCore Debug
Additional debugging tools for developing SproutCore applications.
什麼是SproutCore Debug?
SproutCore Debug是由https://sproutcore.com開發的Chrome擴展程式,該擴展的主要功能是“Additional debugging tools for developing SproutCore applications.”。
擴展截圖
下載SproutCore Debug擴展crx文件
下載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 |
官方網址 | 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" } } |