UI5 Deprecated Control Checker
Scan the page for deprecated UI5 controls.
Wat is UI5 Deprecated Control Checker?
UI5 Deprecated Control Checker is een Chrome-extensie ontwikkeld door Bradley Smith, en de belangrijkste functie is "Scan the page for deprecated UI5 controls.".
Extensie Screenshots
Download het CRX-bestand van de extensie UI5 Deprecated Control Checker
Download UI5 Deprecated Control Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UI5 Deprecated Control Checker |
ID | elhnbenefognbdlagakaeocbkibcmceh |
Officiële URL | https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh |
Beschrijving | Scan the page for deprecated UI5 controls. |
Bestandsgrootte | 161 KB |
Aantal Installaties | 247 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2022-03-28 |
Publicatiedatum | 2019-11-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Bradley Smith |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |