← Back to projects
Browser Tabs Manager
A privacy-friendly Chrome extension to capture tab sessions, manage them in a dedicated UI, and restore/export/import later.
Browser Tabs Manager is a Manifest V3 Chrome extension that saves the current window’s tabs into a session (local-only), lets you search and manage sessions in a dedicated Manager page, and restore tabs back into the current window or a new one. Sessions can be exported/imported as JSON for portability.
Key contributions
- Capture current window tabs into a session and safely close eligible tabs after persisting
- Manager UI for search, per-tab selection, and flexible restore targets (current/new window)
- Export/import sessions as JSON for backup and portability
- Local-first storage using chrome.storage.local (no backend)