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.”。

扩展截图

screenshot

下载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 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
}