Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Apr 4, 2020
1 parent b47a572 commit 7c5f5f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ It should work on macOS and Windows as well as on Linux.

- Go to `chrome://extensions/shortcuts` to customize the keyboard shortcuts to your liking.
On Windows and macOS, you may also set the shortcut to be global, so that you can use it outside Chrome.

## Testing on a fresh Chrome profile

```sh
# Generates an extension package
./scripts/build-package.sh

# These two files are generated:
# 1. `tmp/vx` - and unpacked extension
# 2. `tmp/vx.zip` - the zipped version, for uploading to Google Chrome developer dashboard

# Run it
rm -rf tmp/chrome-profile && /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --no-first-run --no-default-browser-check --user-data-dir="$PWD/tmp/chrome-profile" --load-extension="$PWD/tmp/vx"
```

0 comments on commit 7c5f5f0

Please sign in to comment.