Organize and manage tabs effortlessly with collections, batch operations, keyboard shortcuts, and export/import features, compatible with all browsers.
This extension simplifies tab management by allowing users to group multiple open tabs into collections, accessible through a side panel. It offers features like batch opening of URLs, keyboard shortcuts for quick actions, and support for incognito mode. Additionally, users can easily export and import collections for backup or sharing purposes.
Store | Link | Notes |
---|---|---|
Chrome Web Store | Install | ✅ Recommended - Works on all Chromium browsers |
Firefox Add-ons | Install | ✅ Firefox only |
- Download
build.zip
from Latest Release - Extract the zip file to a folder
- Open your browser's extension settings:
- Chrome/Edge: Navigate to
chrome://extensions/
oredge://extensions/
- Firefox: Navigate to
about:debugging
→ "This Firefox"
- Chrome/Edge: Navigate to
- Enable "Developer mode" (Chrome/Edge) or click "Load Temporary Add-on" (Firefox)
- Click "Load unpacked" and select the extracted
/dist
folder
Note: Manual installation will not receive automatic updates. Use official store installations for the best experience.
- Create collections from all currently opened tabs
- Organize tabs into custom collections with drag-and-drop
- Batch operations - select and open multiple URLs at once
- Smart grouping with customizable names and descriptions
- Side panel integration - works seamlessly with browser UI
- Light/dark mode themes
- Local storage - all data stored locally by default
- Export/Import - backup your collections as JSON files
- Google Drive sync - backup and sync across devices
- Keyboard shortcuts for power users
- Quick actions - open in new tab/window/incognito
- Bulk selection with Shift+Click range selection
- URL copying - copy multiple URLs to clipboard
- Tab - Navigate through interface elements
- Alt + ← - Go back to previous view
- Escape - Deselect all items
Shortcut | Action |
---|---|
T |
Open selected items in new tabs |
N |
Open selected items in new window |
Shift + N |
Open selected items in incognito window |
Delete |
Delete selected items |
Ctrl + A |
Select all items |
C |
Copy URLs of selected items |
- Shift + Click: Range selection between two items
- Shift + Enter/Space: Extend selection with keyboard navigation
- Click first item → Hold Shift → Click last item = Select/deselect entire range
- Add current tab to active collection - Must be configured in browser extension settings
# Clone the repository
git clone https://github.com/mienaiyami/collection-extension-2.0.git
cd collection-extension-2.0
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
For detailed development instructions, see our Contributing Guide.
- Frontend: React 18, TypeScript, Tailwind CSS
- UI Components: Radix UI, Lucide React icons
- Build Tool: Vite with SWC
- Package Manager: pnpm
- Browser APIs: Chrome Extension API, WebExtension Polyfill
- User Guide - Build instructions and usage tips
- Wiki - More information about the extension
- Contributing - How to contribute to the project
- Report Issues - Bug reports and feature requests
We welcome contributions! Please see our Contributing Guide for details on setting up the development environment, code style conventions, and submitting pull requests.