Blazing Tabs is a browser extension that allows you to search and switch your tabs blazingly fast.
It is available for
- Firefox extension in addons.mozilla.org
- Google Chrome extension in chrome web store
Features:
- Allows for keyboard-only workflow:
- Ctrl+E to open the search (Cmd+E on mac)
- Type to search and use arrow keys to select tab
- Hit ENTER to switch to tab, or Ctrl+Left to close the tab
- Incremental multi-keyword search. Both the tab's title and domain are searched.
Blazing Tabs is especially useful if you've got so many tabs open that you can't barely read their titles anymore.
Blazing Tabs works completely offline. Your data never leaves your browser.
Prerequisites: Install nix. The shell.nix
pins all the build tools needed to build.
- Start a nix-shell
nix-shell
. In this shell spago etc are available that can build the app. - Inside the nix shell run
./scripts/make.sh
to compile all Purescript code tosrc/index.js
- Inside the nix shell run
./scripts/package.sh
to create a browser extension zip file indist/
.
- Start a nix-shell
nix-shell
./scripts/dev.sh
- (Re)load the browser extension
src/
. Alternatively opendebug-ui/index.html
to test the app with dummy tabs.