SAPUI5 control Bindings Viewer
An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
What is SAPUI5 control Bindings Viewer?
SAPUI5 control Bindings Viewer is a Chrome extension developed by leedorian, and its main feature is "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.".
Extension Screenshots
Download SAPUI5 control Bindings Viewer Extension CRX File
Download SAPUI5 control Bindings Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.
Extension Basic Information
Name | SAPUI5 control Bindings Viewer |
ID | bghnliappkdncmnadpbbnpoekbpdjabo |
Official URL | https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo |
Description | An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control. |
File Size | 18.06 KB |
Installation Count | 1,209 |
Current Version | 1.0.1 |
Last Updated | 2016-04-06 |
Publish Date | 2016-04-05 |
Rating | 3.33/5 Total 3 Ratings |
Developer | leedorian |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/leedorian/SAPUI5ControlBindings |
Supported Languages | 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 } |