SproutCore Debug
Additional debugging tools for developing SproutCore applications.
Was ist SproutCore Debug?
SproutCore Debug ist eine Chrome-Erweiterung, die von https://sproutcore.com entwickelt wurde, und ihr Hauptmerkmal ist "Additional debugging tools for developing SproutCore applications.".
Erweiterungsscreenshots
SproutCore Debug-Erweiterungs-CRX-Datei herunterladen
Laden Sie SproutCore Debug-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
Offizielle URL | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Beschreibung | Additional debugging tools for developing SproutCore applications. |
Dateigröße | 29.21 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2013-05-14 |
Veröffentlichungsdatum | 2013-05-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://sproutcore.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sproutcore/add-ons |
Unterstützte Sprachen | 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" } } |