This is an extension that jumps between currently open tabs, because sometimes the number of tabs open is just too high.
The shortcut is Command+Shift+P
for MacOS, and Ctrl+Shift+P
for every other place.
- Clone the repository.
- Install dependencies:
yarn
. - Build the static build:
yarn build
. - Go to chrome://extensions, enable developer mode, and use
Load unpacked
to load thedist
folder. - Press the
reload
button (the one that looks like the browserreload
button) that's next to the extension. It will reload the extension from the code.
- Run the development server:
yarn run dev
. - Visit
http://localhost:3000