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 |
官方網址 | 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 |
電子郵箱 | [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 } |