The modern, minimalist tab manager for Chrome.
Save your tabs now. Restore them when you're ready.
Why Staaaash • Shortcuts • Install • License
Declutter your browser and your mind. Staaaash helps you organize tabs into named groups so you can focus on the task at hand.
| Feature | Description |
|---|---|
| 🗂 Smart Grouping | Save all tabs in your window to a named collection with one click |
| 🔀 Merge Groups | Shift+Drag one group onto another to combine them |
| 📌 Pin & Organize | Pin important groups to the top, collapse them, drag-and-drop to reorder |
| 🔄 Sync Across Devices | All data synced via Chrome Storage Sync |
| 🔒 Privacy First | No external servers. Your data stays in Chrome |
| ⚡️ Instant Load | Built with Vite and React for blazing fast performance |
| Shortcut | Action |
|---|---|
| ⌘ ⇧ . | Archive all tabs in current window |
| ↵ | Rename selected group |
| ⌘ ↵ | Restore selected item |
| ⌫ | Delete selected item |
| P | Pin/Unpin selected group |
| Esc | Cancel editing |
| ↑ ↓ | Navigate through items |
| ← → | Collapse / Expand group |
# Clone the repository
git clone https://github.com/mtskf/Staaaash.git
cd Staaaash
# Install dependencies
pnpm install
# Start Dev Server (HMR)
pnpm run dev
# Build for production
pnpm run buildLoad in Chrome:
- Go to
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the
distdirectory
# 1. Bump version in package.json and manifest.json
# 2. Build
pnpm run build
# 3. Package
cd dist && zip -r ../release/staaaash-vX.X.X.zip .MIT © mtskf
