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 هو إضافة Chrome تم تطويرها بواسطة leedorian، والميزة الرئيسية لها هي "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SAPUI5 control Bindings Viewer
قم بتنزيل ملفات الامتداد SAPUI5 control Bindings Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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 } |