SproutCore Debug

Additional debugging tools for developing SproutCore applications.

What is SproutCore Debug?

SproutCore Debug is a Chrome extension developed by https://sproutcore.com, and its main feature is "Additional debugging tools for developing SproutCore applications.".

Extension Screenshots

screenshot

Download SproutCore Debug Extension CRX File

Download SproutCore Debug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SproutCore Debug SproutCore Debug
ID kdjpmpfkllnnjndcfoefebpajggihpni
Official URL https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni
Description Additional debugging tools for developing SproutCore applications.
File Size 29.21 KB
Installation Count 47
Current Version 1.0.2
Last Updated 2013-05-14
Publish Date 2013-05-14
Rating 5.00/5 Total 2 Ratings
Developer https://sproutcore.com
Payment Type free
Extension Website https://github.com/sproutcore/add-ons
Supported Languages 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"
    }
}