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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | UI5 Inspector |
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 |
이메일 | [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" ] } ] } |