UI5 Deprecated Control Checker

Scan the page for deprecated UI5 controls.

UI5 Deprecated Control Checker란 무엇입니까?

UI5 Deprecated Control Checker은(는) Bradley Smith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan the page for deprecated UI5 controls."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UI5 Deprecated Control Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 UI5 Deprecated Control Checker UI5 Deprecated Control Checker
ID elhnbenefognbdlagakaeocbkibcmceh
공식 URL https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh
설명 Scan the page for deprecated UI5 controls.
파일 크기 161 KB
설치 횟수 247
현재 버전 0.0.5
최근 업데이트 2022-03-28
출시 날짜 2019-11-21
평점 5.00/5 총 2 개의 평점
개발자 Bradley Smith
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}