Control Center is a browser extension for Firefox and Chrome that provides vim-style keyboard navigation for browser tabs. Built with SolidJS, TypeScript, and Tailwind CSS v4.
- Quick tab search with fuzzy finding
- Vim-style marks for instant tab jumping
- Tab actions: pin/unpin, mute/unmute, delete
- Music player controls for YouTube Music and Spotify
- Group operations on filtered tabs
- Clone the repository
- Install dependencies:
pnpm install - Build for your browser:
- Firefox:
run firefox:build - Chrome:
run chrome:build
- Firefox:
- Load the extension from
.dist/firefox/or.dist/chrome/
- Press
Alt+Jto open Control Center (customizable in browser settings) - Search tabs by typing
- Use vim-style marks to bookmark and jump to tabs
- Control music playback on supported sites
See development documentation for contribution guidelines.
[Add license information here]