UI5 Inspector

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

Qu'est-ce que UI5 Inspector ?

UI5 Inspector est une extension Chrome développée par SAP OSS, et sa fonction principale est "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UI5 Inspector

Téléchargez les fichiers d'extension UI5 Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UI5 Inspector UI5 Inspector
ID bebecogbafbighhaildooiibipcnbngo
URL Officiel https://chromewebstore.google.com/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo
Description With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
Taille du Fichier 247 KB
Nombre d'Installations 45,589
Version Actuelle 1.6.3
Dernière Mise à Jour 2023-08-30
Date de Publication 2019-12-02
Évaluation 4.57/5 Total 111 Évaluations
Développeur SAP OSS
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SAP/ui5-inspector/wiki/UI5-Inspector-User-Guide
URL de la Page d'Aide https://github.com/SAP/ui5-inspector/issues
URL de la Page de Politique de Confidentialité https://www.sap.com/corporate/en/legal/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}