UI5 Inspector

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

UI5 Inspector क्या है?

UI5 Inspector SAP OSS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UI5 Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}