UI5 Inspector
With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
UI5 Inspectorとは何ですか?
UI5 InspectorはSAP OSSによって開発されたChromeの拡張機能で、その主な機能は「With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.」です。
拡張機能のスクリーンショット
UI5 Inspector拡張機能のCRXファイルをダウンロード
UI5 Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the UI5 Inspector extension for Chrome DevTools, you can inspect, analyze, and support OpenUI5 and SAPUI5-based apps.
Key features:
• Inspect UI5 controls and review their properties, bindings, and data model
• Modify control properties on the fly and see how this affects the rendering and behavior
• Find relevant framework information for your OpenUI5/SAPUI5 app 拡張機能の基本情報
| 名前 | |
| ID | bebecogbafbighhaildooiibipcnbngo |
| 公式URL | https://chromewebstore.google.com/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo |
| 説明 | With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps. |
| ファイルサイズ | 247 KB |
| インストール数 | 45,589 |
| 現在のバージョン | 1.6.3 |
| 最終更新日 | 2023-08-30 |
| 公開日 | 2019-12-02 |
| 評価 | 4.57/5 合計 111 レビュー |
| 開発者 | SAP OSS |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/SAP/ui5-inspector/wiki/UI5-Inspector-User-Guide |
| ヘルプページのURL | https://github.com/SAP/ui5-inspector/issues |
| プライバシーポリシーページのURL | https://www.sap.com/corporate/en/legal/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "UI5 Inspector",
"version": "1.6.3",
"background": {
"service_worker": "\/scripts\/background\/main.js"
},
"content_scripts": [
{
"js": [
"\/scripts\/content\/detectUI5.js"
],
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'unsafe-inline';"
},
"description": "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.",
"devtools_page": "\/html\/devtools\/index.html",
"icons": {
"16": "\/images\/icon-16.png",
"128": "\/images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "\/images\/icon-19.png",
"38": "\/images\/icon-38.png"
},
"default_popup": "\/html\/popup\/index.html"
},
"permissions": [
"scripting",
"contextMenus",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"\/scripts\/injected\/*.js",
"\/vendor\/ToolsAPI.js",
"\/vendor\/ace.js",
"\/vendor\/ext-searchbox.js",
"\/vendor\/mode-json.js",
"\/vendor\/mode-xml.js",
"\/vendor\/theme-chrome.js",
"\/vendor\/theme-vibrant_ink.js",
"\/vendor\/vkbeautify.js",
"\/modules\/utils\/multipartmixed2har.js"
]
}
]
} | |