SproutCore Debug
Additional debugging tools for developing SproutCore applications.
Wat is SproutCore Debug?
SproutCore Debug is een Chrome-extensie ontwikkeld door https://sproutcore.com, en de belangrijkste functie is "Additional debugging tools for developing SproutCore applications.".
Extensie Screenshots
Download het CRX-bestand van de extensie SproutCore Debug
Download SproutCore Debug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
Officiële URL | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Beschrijving | Additional debugging tools for developing SproutCore applications. |
Bestandsgrootte | 29.21 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2013-05-14 |
Publicatiedatum | 2013-05-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://sproutcore.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/sproutcore/add-ons |
Ondersteunde Talen | 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" } } |