https://github.com/sap/ui5-inspector
With the UI5 Inspector, you can easily debug and support your OpenUI5/SAPUI5 based apps.
https://github.com/sap/ui5-inspector
Last synced: about 1 year ago
JSON representation
With the UI5 Inspector, you can easily debug and support your OpenUI5/SAPUI5 based apps.
- Host: GitHub
- URL: https://github.com/sap/ui5-inspector
- Owner: SAP
- License: apache-2.0
- Created: 2015-09-09T19:07:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T13:54:57.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:46:22.683Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://sap.github.io/ui5-inspector/
- Size: 3.01 MB
- Stars: 147
- Watchers: 21
- Forks: 57
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](http://gruntjs.com/)
[](https://travis-ci.org/SAP/ui5-inspector)
[](https://coveralls.io/github/SAP/ui5-inspector?branch=master)
[](https://api.reuse.software/info/github.com/SAP/ui5-inspector)
# About UI5 Inspector
UI5 Inspector is a standard Chrome or Edge extension for debugging and getting to know UI5 applications.
It's free and open source: UI5 Inspector is licensed under the Apache License, Version 2.0.
See [LICENSE.txt](https://github.com/SAP/ui5-inspector/blob/master/LICENSE.txt) for more information.
## Direct download and use
The latest released version can be downloaded and installed as follows:
1. Download zip file from [Releases](https://github.com/SAP/ui5-inspector/releases)
2. Unpack to a directory
3. In Chrome open as url: `chrome://extensions/`. Alternatively, you can access `edge://extensions/` when in Edge. The extensions page is also reachable via the browser's menu.
4. Check “Developer mode” setting and then choose "Load unpacked extension..."
5. From the newly opened window select the folder to which the zip file was unpacked
6. Restart Chrome or Edge
7. Open a OpenUI5/SAPUI5 based web application like: [https://openui5.hana.ondemand.com/explored.html](https://openui5.hana.ondemand.com/explored.html)
## Local development and use
You can get the source code locally and contribute to the project.
1. Clone the project locally: `git clone git@github.com:SAP/ui5-inspector.git`
2. Install dependencies with the following commands: `npm install`
3. In Chrome open as url: `chrome://extensions/`
4. Check “Developer mode” and then click "Load unpacked extension..."
5. From the newly opened window select the **dist** folder from the locally cloned project
6. Restart Chrome
7. Open a OpenUI5/SAPUI5 based web application like: [https://openui5.hana.ondemand.com/explored.html](https://openui5.hana.ondemand.com/explored.html)
## License
[](./LICENSE.txt)