Skip to content

wentallout/super-tab-manager

Repository files navigation

Super Tab Manager

Super Tab Manager - You opened too many browser tabs? This extension is for you | Product Hunt

thumbnail

A chrome extension that helps you clean and manage your messy tabs.

🏆 Features

  • Lightweight, performant extension that won't slow down your work.
  • Dual view: see opened Tabs and Domains separately.
  • Group Tabs By Domains: instantly tidy your messy tabs by grouping them into Domains.
  • Close Duplicated: clean up your tabs by removing unnecessary duplicates.
  • Close NSFW: remove unsafe tabs from your browser, saves you from trouble.
  • Close Social: remove all social media tabs from your browser, allows you to focus on your work.
  • List/Search tabs: find your lost tab by typing its title, then bookmark or close it.
  • Memory Tracking: show you how much memory you have left in your system.

📱 UI

  • Dark mode and Light mode based on users system settings.
  • Sleek, minimal design.

🌠 Upcoming Features

  • Group tabs using user-defined category
  • Archive tabs

What I used

Developing

After doing npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Credit

Making a Chrome extension with Svelte