SAPUI5 control Bindings Viewer
An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
SAPUI5 control Bindings Viewerとは何ですか?
SAPUI5 control Bindings Viewerはleedorianによって開発されたChromeの拡張機能で、その主な機能は「An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.」です。
拡張機能のスクリーンショット
SAPUI5 control Bindings Viewer拡張機能のCRXファイルをダウンロード
SAPUI5 control Bindings Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.
拡張機能の基本情報
名前 | SAPUI5 control Bindings Viewer |
ID | bghnliappkdncmnadpbbnpoekbpdjabo |
公式URL | https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo |
説明 | An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control. |
ファイルサイズ | 18.06 KB |
インストール数 | 1,209 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-04-06 |
公開日 | 2016-04-05 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | leedorian |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/leedorian/SAPUI5ControlBindings |
対応言語 | 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 } |