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 |
公式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" } } |