SproutCore Debug
Additional debugging tools for developing SproutCore applications.
Apa itu SproutCore Debug?
SproutCore Debug adalah ekstensi Chrome yang dikembangkan oleh https://sproutcore.com, dan fitur utamanya adalah "Additional debugging tools for developing SproutCore applications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SproutCore Debug
Unduh file ekstensi SproutCore Debug dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
URL Resmi | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Deskripsi | Additional debugging tools for developing SproutCore applications. |
Ukuran File | 29.21 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2013-05-14 |
Tanggal Publikasi | 2013-05-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://sproutcore.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sproutcore/add-ons |
Bahasa yang Didukung | 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" } } |