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 là gì?
SAPUI5 control Bindings Viewer là một tiện ích mở rộng Chrome được phát triển bởi leedorian, và tính năng chính của nó là "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SAPUI5 control Bindings Viewer
Tải xuống các tệp mở rộng SAPUI5 control Bindings Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SAPUI5 control Bindings Viewer |
ID | bghnliappkdncmnadpbbnpoekbpdjabo |
URL Chính Thức | https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo |
Mô tả | An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control. |
Kích Thước Tệp | 18.06 KB |
Số Lần Cài Đặt | 1,209 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-04-06 |
Ngày Phát Hành | 2016-04-05 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | leedorian |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/leedorian/SAPUI5ControlBindings |
Ngôn Ngữ Được Hỗ Trợ | 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 } |