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. 扩展基本信息
| 名称 | |
| 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"
}
} | |