A powerful Chrome extension for organizing and managing your browser tabs with collections, notes, progress tracking, and quick bookmarks.
- Save Tab Collections: Save all your current tabs into organized collections
- Restore Collections: Quickly restore any saved collection with one click
- Progress Tracking: Mark tabs as completed to track your work progress
- Smart Grouping: Automatically group similar tabs by domain
- Search & Filter: Find collections and tabs quickly with advanced search
- Quick Bookmarks: Create a personalized bookmark grid for instant access
- Color Coding: Organize collections with custom colors
- Notes System: Add notes to collections and individual tabs
- Pinned Collections: Pin frequently used collections for quick access
- Templates: Save collections as templates for reuse
- Side Panel Support: Use the extension in Chrome's side panel
- Keyboard Shortcuts: Control everything with keyboard shortcuts
- Dark/Light Theme: Toggle between dark and light themes
- Import/Export: Backup and share your collections
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension folder
- The extension will appear in your Chrome toolbar
Coming soon - Extension will be published to Chrome Web Store
- Save Current Tabs: Click the extension icon and select "Save Tabs" to save all current tabs
- Restore Collection: Click on any collection to restore all its tabs
- Manage Collections: Click "Full Manager" to access advanced features
Ctrl+Shift+S- Quick save current tabsCtrl+Shift+T- Open tab managerCtrl+Shift+R- Restore last collectionCtrl+S- New collection (in manager)Ctrl+F- Focus search (in manager)1-9- Restore collection by number (in manager)D- Toggle dark mode (in manager)?- Show keyboard shortcuts help (in manager)
- Open the full manager
- Click "Quick Bookmarks" in the main actions
- Add bookmarks with custom categories and colors
- Select up to 3 bookmarks to show in the popup for quick access
- Click on individual tabs in collections to mark them as completed
- View progress bars to see completion status
- Filter collections by completion status
- Auto-naming: Collections are automatically named based on content
- Favicon Support: See website icons for easy identification
- Smart Grouping: Group tabs by domain for better organization
- Recent & Frequent: Collections are sorted by usage and recency
extension/
├── manifest.json # Extension configuration
├── popup.html # Main popup interface
├── popup.js # Popup functionality
├── manager.html # Full manager interface
├── manager.js # Manager functionality
├── background.js # Background service worker
├── global.css # Shared styles and themes
├── icon.png # Extension icon
└── README.md # This file
This extension requires the following permissions:
- tabs: To read and manage browser tabs
- storage: To save collections and settings locally
- commands: To register keyboard shortcuts
- notifications: To show save confirmations
- sidePanel: To support Chrome's side panel feature
- All data is stored locally in your browser
- No data is sent to external servers
- No user tracking or analytics
- Your tab data remains completely private
- Chrome browser (version 88 or later)
- Basic knowledge of Chrome extensions
- Clone the repository
- Make your changes
- Load the extension in Chrome's developer mode
- Test your changes
- Reload the extension when files are modified
- Built with vanilla JavaScript (no frameworks)
- Uses Chrome Extension Manifest V3
- Responsive design with CSS Grid and Flexbox
- Local storage using Chrome Storage API
- Service worker for background functionality
- Chrome: Fully supported (version 88+)
- Edge: Fully supported (Chromium-based)
- Firefox: Not supported (uses Chrome-specific APIs)
- Safari: Not supported (uses Chrome-specific APIs)
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
If you encounter any issues or have feature requests:
- Check the existing issues in the repository
- Create a new issue with detailed information
- Include steps to reproduce any bugs
This project is open source and available under the MIT License.
- Initial release
- Core tab collection functionality
- Progress tracking system
- Quick bookmarks feature
- Keyboard shortcuts
- Dark/light theme support
- Search and filtering
- Import/export functionality