A chrome extension that helps you clean and manage your messy tabs.
- v1.0.7: add smooth page transition, make all buttons the same size, tab-related buttons only show up when that tab is hovered. Fix bugs where it does not detect certain NSFW url if it has subdomains. Example:
la.utube
instead ofutube
. - v1.0.6: add Picture-in-Picture feature
- v1.0.5: add Ungroup All feature
- v1.0.4: improve UI
- Lightweight, performant extension that won't slow down your work.
- 🕶️ Dual view: see opened Tabs and Domains separately.
- 🔎 Search all tabs: find your lost tab by typing its title, then bookmark or close it.
- 📦 Group Tabs By Domains: instantly tidy your messy tabs by grouping them based on their 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.
- Memory Tracking: show you how much memory you have left in your system.
- Dark/Light mode based on users system settings.
- 100% Responsive on any devices (even on Mobile if you can install extensions there)
- Group tabs using user-defined category
- Archive tabs
- ✅ Picture-in-picture mode (implemented in v1.0.7)
- HTML, CSS, TypeScript
- FrontEnd - SvelteKit
- BackEnd: not needed
- Icons -
unplugin-icons
- Vite plugins:
lightningcss
Chrome extension cannot be run in development mode, it needs to be rebuilt and then you have to install that build
folder into chrome extensions.
npm run build