UI5 Deprecated Control Checker
Scan the page for deprecated UI5 controls.
Co to jest UI5 Deprecated Control Checker?
UI5 Deprecated Control Checker to rozszerzenie Chrome opracowane przez Bradley Smith, a jego główną funkcją jest „Scan the page for deprecated UI5 controls.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UI5 Deprecated Control Checker
Pobierz pliki rozszerzeń UI5 Deprecated Control Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | UI5 Deprecated Control Checker |
ID | elhnbenefognbdlagakaeocbkibcmceh |
Oficjalny URL | https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh |
Opis | Scan the page for deprecated UI5 controls. |
Rozmiar pliku | 161 KB |
Liczba instalacji | 247 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2022-03-28 |
Data Publikacji | 2019-11-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Bradley Smith |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |