UI5 Deprecated Control Checker
Scan the page for deprecated UI5 controls.
Cos'è UI5 Deprecated Control Checker?
UI5 Deprecated Control Checker è un'estensione di Chrome sviluppata da Bradley Smith, e la sua funzione principale è "Scan the page for deprecated UI5 controls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UI5 Deprecated Control Checker
Scarica i file di estensione UI5 Deprecated Control Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | UI5 Deprecated Control Checker |
ID | elhnbenefognbdlagakaeocbkibcmceh |
URL Ufficiale | https://chromewebstore.google.com/detail/ui5-deprecated-control-ch/elhnbenefognbdlagakaeocbkibcmceh |
Descrizione | Scan the page for deprecated UI5 controls. |
Dimensione del File | 161 KB |
Conteggio Installazioni | 247 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2022-03-28 |
Data di Pubblicazione | 2019-11-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Bradley Smith |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |