An easy to use, feature-complete tab manager extension for organizing tabs into workspaces.
I am currently in the process of migrating/rewriting everything in Typescript, so the software is of not much use, and you might see a lot of skeleton code aswell.
Cross-browser support is on the roadmap aswell. For now, it only runs in Chrome/chromium based browsers.
| Functionality | Status |
|---|---|
| Display current window's tabs | ✔ |
| Save current window as Workspace | |
| Open workspace | |
| Auto-detect open Workspaces |
| Functionality | Single | Batch |
|---|---|---|
| Selection (for batch operations) |
✔ | ✔ |
| Close | ✔ | ✔ |
| Move to window | ✔ | ✔ |
| Reorder | ||
| Add to group | ||
| Suspend | ✔ | ✔ |
| Drag select | - | |
| Pin/Unpin |
| Functionality | Single | Batch |
|---|---|---|
| Rename | - | |
| Ungroup | ||
| Collapse/Expand | ✔ | |
| Move to window |
This extension uses the Svelte Typescript Chrome Extension Boilerplate