A powerful Chrome extension for efficient tab management with quick search, keyboard navigation, and smart organization features.
- Lightning-fast tab search with fuzzy matching
- Keyboard-first navigation for quick access
- Search through tab titles and content
- Most recently used (MRU) tab ordering
- Domain-based tab grouping
- Smart ranking based on usage patterns
- Support for multi-window management
- Quick access with Command+K (Mac) / Ctrl+K (Windows)
- Arrow key navigation
- Vim-style keyboard shortcuts (coming soon)
- Visit the Tabs Manager page in the Chrome Web Store
- Click "Add to Chrome"
- Click "Add extension" in the popup
- Clone this repository:
git clone https://github.com/sarsimour/TabsManager.git
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Press
Command+K(Mac) orCtrl+K(Windows) to open Tabs Manager - Start typing to search for tabs
- Use arrow keys to navigate through results
- Press
Enterto switch to selected tab
- Tab Groups: Automatically groups tabs by domain
- Smart Ranking: Frequently used tabs appear higher in results
- Multi-Window Support: Search and manage tabs across all windows
- Bookmark Integration: Quick access to bookmarks
Tabs Manager respects your privacy:
- Works completely offline
- No data collection or tracking
- All data stays local to your browser
- Open source for transparency
- Google Chrome or Chromium-based browser
- Basic knowledge of JavaScript and Chrome Extension APIs
- Clone the repository
- Make your changes
- Load unpacked extension in Chrome
# Install dependencies
npm install
# Build extension
npm run buildWe welcome contributions! Please feel free to:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
- Report bugs: Issue Tracker
- Request features: Feature Requests
- Get help: Discussions
This project is licensed under the MIT License - see the LICENSE file for details.