SAPUI5 control Bindings Viewer

An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.

Co je SAPUI5 control Bindings Viewer?

SAPUI5 control Bindings Viewer je rozšíření Chrome vyvinuté leedorian, a jeho hlavní funkcí je „An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SAPUI5 control Bindings Viewer

Stáhněte si soubory rozšíření SAPUI5 control Bindings Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Extends Chrome the Developer Tools, adding a sidebar for elements panel that displays the binding models and paths associated with the selected SAPUI5 control.                    

Základní Informace o Rozšíření

Název SAPUI5 control Bindings Viewer SAPUI5 control Bindings Viewer
ID bghnliappkdncmnadpbbnpoekbpdjabo
Oficiální URL https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo
Popis An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
Velikost souboru 18.06 KB
Počet instalací 1,209
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-04-06
Datum Vydání 2016-04-05
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář leedorian
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/leedorian/SAPUI5ControlBindings
Podporované Jazyky 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
}