SAPUI5 control Bindings Viewer
An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
Was ist SAPUI5 control Bindings Viewer?
SAPUI5 control Bindings Viewer ist eine Chrome-Erweiterung, die von leedorian entwickelt wurde, und ihr Hauptmerkmal ist "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.".
Erweiterungsscreenshots
SAPUI5 control Bindings Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie SAPUI5 control Bindings Viewer-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
Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.
Grundlegende Informationen zur Erweiterung
Name | SAPUI5 control Bindings Viewer |
ID | bghnliappkdncmnadpbbnpoekbpdjabo |
Offizielle URL | https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo |
Beschreibung | An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control. |
Dateigröße | 18.06 KB |
Installationsanzahl | 1,209 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-04-06 |
Veröffentlichungsdatum | 2016-04-05 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | leedorian |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/leedorian/SAPUI5ControlBindings |
Unterstützte Sprachen | 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 } |