Skip to content

control center is a web extension to do usual tasks like tab switching, checking something, or playing music, everything from one keyboard shortcut

Notifications You must be signed in to change notification settings

nxtcoder17/control-center

Repository files navigation

control-center

v1.0.0 is kind of ready

this is how it looks as of now, screenshot

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)

Building Locally

just run pnpm build:firefox, and in the dist folder, you get your extension, ready to be packaged

How it works ?

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

How to use It

  • 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

Content scripts

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

reference reads

About

control center is a web extension to do usual tasks like tab switching, checking something, or playing music, everything from one keyboard shortcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published