SproutCore Debug
Additional debugging tools for developing SproutCore applications.
Co to jest SproutCore Debug?
SproutCore Debug to rozszerzenie Chrome opracowane przez https://sproutcore.com, a jego główną funkcją jest „Additional debugging tools for developing SproutCore applications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SproutCore Debug
Pobierz pliki rozszerzeń SproutCore Debug w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SproutCore Debug |
ID | kdjpmpfkllnnjndcfoefebpajggihpni |
Oficjalny URL | https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni |
Opis | Additional debugging tools for developing SproutCore applications. |
Rozmiar pliku | 29.21 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2013-05-14 |
Data Publikacji | 2013-05-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://sproutcore.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sproutcore/add-ons |
Obsługiwane Języki | 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" } } |