v1.0.0 is kind of ready
this is how it looks as of now,
Why do you need it ?
- Quickly jumping across tabs
- Pin/Unpin Tabs
- Mute/Unmute Tabs
- Delete Tab, and even a group of tabs
- Mark/Unmark tab (just like vim-marks), and jump to those marks
- Easy Music Controls (for youtube music, and spotify)
just run pnpm build:firefox
, and in the dist
folder, you get your extension, ready to be packaged
this tool works in 3 modes
- normal mode
- you just type in, and filtered list of tabs come up
- you can jump to marked tabs, by typing in ` and then the mark character, like `k
- action mode is for doing secondary actions on a tab.
- you can trigger action mode by pressing Tab
- you can mark a tab, by typing in m and then the mark character like mk or mt
- you can jump to next song(with Right),prev song(with Left), and pause(with Space) when spotify/youtube music is the selected tab
- group mode is for doing primary actions on all of the filtered tabs at once
- you can trigger group mode by pressing Ctrl + x
- you can delete all of the filtered tabs, by pressing Ctrl + d
- you can pin/unpin tabs, mute/unmute tabs, delete tabs, mark/unmark tabs, and jump to marked tabs
- By Default, the shortcut is Ctrl + E
In case, you want to change it, follow these
- go to url-bar, and type in
about:addons
- go to
Manage Your Extensions
- go to
Manage Extension Shortcuts
- change the shortcut for
control-center
to whatever you want
- go to url-bar, and type in
For Music Controls, trigger Action Mode with (Tab), and then use the following shortcuts:
- Spotify: jump to next song(with Right),prev song(with Left), and pause(with Space) when spotify is the selected tab
- Youtube Music: jump to next song(with Right),prev song(with Left), and pause(with Space) when youtube music is the selected tab