A clean and simple Chrome extension that shows your tabs in a vertical sidebar. Perfect for managing many tabs without clutter!
Having issues? Report a bug
Like this extension? Give it a β on GitHub
- See More Tabs - Vertical layout shows way more tabs than the default horizontal bar
- Works in Fullscreen - Access your tabs even when watching videos or presenting
- Stay Organized - Drag and drop to reorder, never lose track of your tabs
- Fast Navigation - Click any tab instantly, search your history, or open new URLs
β¨ Vertical Sidebar - All your tabs in a clean list
π― Smart Address Bar - Search history or navigate to any URL
π±οΈ Drag & Drop - Reorder tabs easily
β¨οΈ Keyboard Shortcut - Press Alt+X to open/close
π Auto Sync - Changes update instantly
π Dark Theme - Easy on your eyes
- Download from Chrome Web Store
- Click the extension icon or press
Alt+X - Enjoy your vertical tabs!
bun installbun devThen load the dist/ folder in Chrome at chrome://extensions/ (enable Developer mode first)
bun build- Toggle Sidebar - Click the extension icon or press
Alt+X - Switch Tabs - Click any tab in the list
- New Tab - Click the + button at the top
- Navigate - Type a URL or search term in the address bar
- Reorder - Drag tabs up or down to organize them
- Close Tabs - Click the Γ button on any tab
Built with modern tools for speed and reliability:
- React 19.2 - Latest React with built-in compiler
- TypeScript - Type-safe code
- Vite - Lightning-fast builds
- Biome - Super fast linting
- Chrome Manifest V3 - Latest extension standard
src/
βββ service-worker.ts # Handles keyboard shortcuts
βββ side-panel/
β βββ components/
β β βββ address-bar/ # URL navigation & search
β β βββ vertical-tabs/ # Tab list with drag & drop
β β βββ new-tab-button/ # Create new tabs
β β βββ refresh-button/ # Reload current page
We welcome contributions! Here's how:
- Fork this repo
- Create a branch:
git checkout -b my-feature - Make your changes
- Format code:
bun lint:fix - Submit a pull request
bun dev # Start development
bun build # Build for production
bun lint:fix # Format codeMade with β€οΈ by π