Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
[![Build Status](https://travis-ci.org/SAP/ui5-inspector.svg?branch=master)](https://travis-ci.org/SAP/ui5-inspector)
[![Coverage Status](https://coveralls.io/repos/SAP/ui5-inspector/badge.svg?branch=master&service=github)](https://coveralls.io/github/SAP/ui5-inspector?branch=master)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-inspector)](https://api.reuse.software/info/github.com/SAP/ui5-inspector)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/inspector)](https://api.reuse.software/info/github.com/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.
See [LICENSE.txt](https://github.com/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)
1. Download zip file from [Releases](https://github.com/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..."
Expand Down
Loading