Skip to content
/ Staaaash Public

A minimalist tab manager for Chrome. Save all tabs with one click, organize into groups, sync across devices. Built with React + Vite.

License

Notifications You must be signed in to change notification settings

mtskf/Staaaash

Repository files navigation

Staaaash

The modern, minimalist tab manager for Chrome.
Save your tabs now. Restore them when you're ready.

Why StaaaashShortcutsInstallLicense


✨ Why Staaaash?

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

⌨️ Shortcuts

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

🛠️ Installation & Development

# 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 build

Load in Chrome:

  1. Go to chrome://extensions/
  2. Enable Developer mode
  3. Click Load unpacked
  4. Select the dist directory

📦 Release Workflow

# 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 .

📄 License

MIT © mtskf

About

A minimalist tab manager for Chrome. Save all tabs with one click, organize into groups, sync across devices. Built with React + Vite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published