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 |
官方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": [ " |