UI5 Inspector

With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.

什麼是UI5 Inspector?

UI5 Inspector是由SAP OSS開發的Chrome擴展程式,該擴展的主要功能是“With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載UI5 Inspector擴展crx文件

下載UI5 Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With the UI5 Inspector extension for Chrome DevTools, you can inspect, analyze, and support OpenUI5 and SAPUI5-based apps.

Key features:
• Inspect UI5 controls and review their properties, bindings, and data model
• Modify control properties on the fly and see how this affects the rendering and behavior
• Find relevant framework information for your OpenUI5/SAPUI5 app                    

擴展基本資訊

名稱 UI5 Inspector UI5 Inspector
ID bebecogbafbighhaildooiibipcnbngo
官方網址 https://chromewebstore.google.com/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo
簡介 With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
檔案大小 247 KB
安裝次數 45,589
目前版本 1.6.3
更新時間 2023-08-30
上架時間 2019-12-02
評分 4.57/5 共 111 次評分
開發者 SAP OSS
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/SAP/ui5-inspector/wiki/UI5-Inspector-User-Guide
說明頁面URL https://github.com/SAP/ui5-inspector/issues
隱私政策頁面URL https://www.sap.com/corporate/en/legal/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UI5 Inspector",
    "version": "1.6.3",
    "background": {
        "service_worker": "\/scripts\/background\/main.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/scripts\/content\/detectUI5.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'unsafe-inline';"
    },
    "description": "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.",
    "devtools_page": "\/html\/devtools\/index.html",
    "icons": {
        "16": "\/images\/icon-16.png",
        "128": "\/images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/icon-19.png",
            "38": "\/images\/icon-38.png"
        },
        "default_popup": "\/html\/popup\/index.html"
    },
    "permissions": [
        "scripting",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/scripts\/injected\/*.js",
                "\/vendor\/ToolsAPI.js",
                "\/vendor\/ace.js",
                "\/vendor\/ext-searchbox.js",
                "\/vendor\/mode-json.js",
                "\/vendor\/mode-xml.js",
                "\/vendor\/theme-chrome.js",
                "\/vendor\/theme-vibrant_ink.js",
                "\/vendor\/vkbeautify.js",
                "\/modules\/utils\/multipartmixed2har.js"
            ]
        }
    ]
}