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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |