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 |
Eメール | [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": [ " |