Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Add install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
coderworld10 committed Aug 5, 2019
1 parent b45f960 commit 003de57
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Short Ext
Chrome extension for [Short](https://github.com/byliuyang/short)

## Preview
![](doc/usage.gif)

## Prerequisites
- yarn v1.17.3
- node v12.3.1

## Getting Started
### Build
```bash
./bin/build.sh
```

### Install
1. Navigate to `chrome://extensions/` in Google Chrome.
2. Turn on `developer mode`.
![](doc/screenshot/developer-mode.png)
3. Click on `Load unpacked`.
![](doc/screenshot/load-unpacked.png)
4. Select `build` directory.
5. **Short** should now up in extension list.
![](doc/screenshot/extension.png)

## Author
Harry Liu - [byliuyang](https://github.com/byliuyang)

Expand Down
Binary file added doc/screenshot/developer-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot/extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot/load-unpacked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 003de57

Please sign in to comment.