SAPUI5 control Bindings Viewer

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

Apa itu SAPUI5 control Bindings Viewer?

SAPUI5 control Bindings Viewer adalah ekstensi Chrome yang dikembangkan oleh leedorian, dan fitur utamanya adalah "An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SAPUI5 control Bindings Viewer

Unduh file ekstensi SAPUI5 control Bindings Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SAPUI5 control Bindings Viewer SAPUI5 control Bindings Viewer
ID bghnliappkdncmnadpbbnpoekbpdjabo
URL Resmi https://chromewebstore.google.com/detail/sapui5-control-bindings-v/bghnliappkdncmnadpbbnpoekbpdjabo
Deskripsi An elements side panel that displays the binding models and paths associated with the selected SAPUI5 control.
Ukuran File 18.06 KB
Jumlah Instalasi 1,209
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-04-06
Tanggal Publikasi 2016-04-05
Penilaian 3.33/5 Total 3 Penilaian
Pengembang leedorian
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/leedorian/SAPUI5ControlBindings
Bahasa yang Didukung 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
}