UI5 Deprecated Control Checker

Scan the page for deprecated UI5 controls.

Qu'est-ce que UI5 Deprecated Control Checker ?

UI5 Deprecated Control Checker est une extension Chrome développée par Bradley Smith, et sa fonction principale est "Scan the page for deprecated UI5 controls.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UI5 Deprecated Control Checker

Téléchargez les fichiers d'extension UI5 Deprecated Control Checker 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

                        This extension is used to scan the page for deprecated controls.

This small extension is most useful for identifying deprecated controls quickly when upgrading SAP UI5 versions.                    

Informations de Base sur l'Extension

Nom UI5 Deprecated Control Checker UI5 Deprecated Control Checker
ID elhnbenefognbdlagakaeocbkibcmceh
URL Officiel https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh
Description Scan the page for deprecated UI5 controls.
Taille du Fichier 161 KB
Nombre d'Installations 247
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-03-28
Date de Publication 2019-11-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Bradley Smith
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.4.1.min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/dedbird48.png",
            "16": "images\/dedbird16.png",
            "48": "images\/dedbird48.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "UI5 Deprecated Control Checker"
    },
    "content_scripts": [
        {
            "all frames": true,
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery-3.4.1.min.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scan the page for deprecated UI5 controls.",
    "icons": {
        "128": "images\/dedbird48.png",
        "16": "images\/dedbird16.png",
        "48": "images\/dedbird48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu1Uz+4U8kPArQh2S7peysCg\/i6EAI43+WG7O7UeVcge+ve17VsyBZR4g1SAZkXvQCnT16eVl5bIRISIIdXT95O5HwzhfGa3lQ1tbRa+6+Bv19BjiHFtSNnGBTbm98pLMUApstMvcUwilJhiPA7+hf3Mlr2bmVFqCScvFb7OVkGNRd2WLYtBOaKlWz82g2WFVMEiFjM3vmrgfoGRRGWmtYp+eb5EDCghIM9GRNbNwHp+VCv49kF2ZflCWl7Bp8FM6V\/vqK8kuzczSAwN+Ajtsac9pdxAkb6GUXUbwAhyVR63fPM4XD+Rik9YyCj+I\/3aaYc7bc+MMbQs2rgAowwMgjwIDAQAB",
    "manifest_version": 2,
    "name": "UI5 Deprecated Control Checker",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "web_accessible_resources": [
        "\/injected\/*.js"
    ]
}