- Chrome extension for managing tabs, detecting duplicates, and providing export/import functionality.
- Core components:
background.js,TabListComponent,TabActionsComponent, utilities for storage, logging, and tab operations.
- Duplicate detection with prompt to merge or keep tabs.
- Export/Import of open and saved tabs.
- Save all tabs and close, close duplicate tabs, badge count for duplicates.
- UI components for listing duplicate tabs, all open tabs, and saved tabs.
- Search & Filter Tabs – Add a search bar to filter
allTabsby title/URL. - Sort Options – Dropdown to sort tabs by Title, URL, or Last Accessed.
- Group All Tabs by Domain – Toggle view to group tabs by domain, similar to duplicate grouping.
- Stale Tab Highlighter – Dim tabs not accessed in >24h using
lastAccessedfrombrowser.tabs. - Close Stale Tabs Button – One‑click cleanup of old tabs.
- Memory Usage Indicator – Show memory usage per tab (requires
processespermission). - Named Session Stashing – Allow users to name saved tab groups for later restoration.
These suggestions aim to improve usability, organization, and performance awareness for end‑users.