SAPUI5 control Bindings Viewer
An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
Co to jest SAPUI5 control Bindings Viewer?
SAPUI5 control Bindings Viewer to rozszerzenie Chrome opracowane przez leedorian, a jego główną funkcją jest „An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SAPUI5 control Bindings Viewer
Pobierz pliki rozszerzeń SAPUI5 control Bindings Viewer 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
Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.
Podstawowe informacje o rozszerzeniu
Nazwa | SAPUI5 control Bindings Viewer |
ID | bghnliappkdncmnadpbbnpoekbpdjabo |
Oficjalny URL | https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo |
Opis | An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control. |
Rozmiar pliku | 18.06 KB |
Liczba instalacji | 1,209 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-04-06 |
Data Publikacji | 2016-04-05 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | leedorian |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/leedorian/SAPUI5ControlBindings |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SAPUI5 control Bindings Viewer", "version": "1.0.1", "description": "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/github.com\/leedorian\/SAPUI5ControlBindings", "permissions": [ "activeTab", "*:\/\/*\/*" ], "devtools_page": "devtools.html", "manifest_version": 2 } |