A Chrome extension for saving and restoring browser sessions. Group tabs into named workspaces, tag them, and reopen everything in one click.
- Save windows — capture all open tabs as a named workspace from the popup
- Restore — open a workspace in a new window with all its tabs
- Tags — organize workspaces with color-coded tags
- Pin — keep important workspaces at the top
- Quick update — one-click banner to overwrite a workspace after you've been working in it
- Search — filter by name, URL, or title across all workspaces
- Bulk actions — select multiple workspaces to delete at once
- Import / Export — back up and transfer workspaces as JSON
- Stats — storage usage, tab counts, tag distribution
- Dark / light theme
All data is stored locally via chrome.storage.local. Nothing leaves your browser.
- Clone or download this repo
- Go to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked and select the folder
Click the extension icon to open the popup. From there you can save the current window or open an existing workspace. Click Dashboard to manage everything — edit workspaces, add tabs manually, rename, tag, pin, import/export.
| Permission | Why |
|---|---|
tabs |
Read open tabs when saving a window |
windows |
Open a new window when restoring a workspace |
storage |
Save workspace data locally |