SproutCore Debug
Additional debugging tools for developing SproutCore applications.
Vad är SproutCore Debug?
SproutCore Debug är en Chrome-tillägg utvecklad av https://sproutcore.com, och dess huvudfunktion är "Additional debugging tools for developing SproutCore applications.".
Tilläggsskärmbilder
Ladda ner SproutCore Debug-förlängningens CRX-fil
Ladda ner SproutCore Debug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
Officiell webbadress | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Beskrivning | Additional debugging tools for developing SproutCore applications. |
Filstorlek | 29.21 KB |
Antal Installationer | 47 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2013-05-14 |
Publiceringsdatum | 2013-05-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://sproutcore.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sproutcore/add-ons |
Stödda Språk | 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" } } |