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 с друзьями, чтобы легко установить расширения 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 |
Электронная почта | [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 } |