UI5 Deprecated Control Checker
Scan the page for deprecated UI5 controls.
ما هو UI5 Deprecated Control Checker؟
UI5 Deprecated Control Checker هو إضافة Chrome تم تطويرها بواسطة Bradley Smith، والميزة الرئيسية لها هي "Scan the page for deprecated UI5 controls.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UI5 Deprecated Control Checker
قم بتنزيل ملفات الامتداد UI5 Deprecated Control Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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": [ " |