A Chrome extension for managing all your browser tabs across windows from a single dashboard.
- View all open tabs across all Chrome windows
- Group tabs by window or by domain
- Search/filter tabs by title in real-time
- Click any tab to switch to it (activates tab and focuses window)
- Close individual tabs or select multiple tabs to close at once
- Close entire windows with all their tabs
- Light and dark mode themes with persistent preference
- Responsive layout: automatically switches to two-column grid on wide screens
- Auto-updates when tabs or windows are created, closed, or changed
- Keyboard shortcut to open dashboard:
Cmd+Shift+M(Mac) /Ctrl+Shift+M(Windows/Linux)
Requires Node.js 20.19+ or 22.12+ (Node 24 recommended).
# Install dependencies
npm install
# Build the extension
npm run build
# Development mode with hot reload
npm run dev- Build the extension with
npm run build - Open Chrome and navigate to
chrome://extensions - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the
distfolder - The Tabregator icon will appear in your toolbar
- Click the Tabregator icon or press
Cmd+Shift+Mto open the dashboard - Type in the search box to filter tabs by title
- Click a tab row to switch to that tab
- Use the Window/Domain toggle to group tabs by browser window or by domain
- Use checkboxes to select multiple tabs, then click "Close Selected"
- Click "Close Window" to close all tabs in a window (when grouped by window)
- Toggle the sun/moon icon to switch between light and dark themes