UI5 Deprecated Control Checker
Scan the page for deprecated UI5 controls.
What is UI5 Deprecated Control Checker?
UI5 Deprecated Control Checker is a Chrome extension developed by Bradley Smith, and its main feature is "Scan the page for deprecated UI5 controls.".
Extension Screenshots
Download UI5 Deprecated Control Checker Extension CRX File
Download UI5 Deprecated Control Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | UI5 Deprecated Control Checker |
ID | elhnbenefognbdlagakaeocbkibcmceh |
Official URL | https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh |
Description | Scan the page for deprecated UI5 controls. |
File Size | 161 KB |
Installation Count | 247 |
Current Version | 0.0.5 |
Last Updated | 2022-03-28 |
Publish Date | 2019-11-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Bradley Smith |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |