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.”。
擴展截圖
下載UI5 Deprecated Control Checker擴展crx文件
下載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 |
官方網址 | 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": [ " |