TabX is a simple tab management tool ๐ชฃ
Light Mode | Dark Mode |
- Install from Chrome Web Store
- Please wait for Firefox.
The problem of having too many tabs open occurs when we use a browser. Opening too many tabs affect memory consumption and prevent comfortable browsing. Recently, some extensions and browsers have approached this problem, but they are a bit overloaded, at least for me. This extension is inspired by OneTab. The goal of TabX is to create a simpler and easier to use tab management tool.
- After install TabX, you can show the icon in extension area (beside search bar).
- When you click the icon, TabX stores your opend tabs (exclude pinned tabs).
- Manage your tabs at TabX page with below features!
- โ Store your tabs
- ๐ Simple UI
- ๐ Built-in dark mode
- ๐ Fuzzy search (thanks to Fuse.js! )
- โ Import & Export (OneTab compatible)
- ๐ Edit description of tab group
- ๐ i18n support (only English & Japanese)
- โก๏ธ Remove duplicated stored tabs (We call this "Unique" feature)
- ๐ Add tab filtering option (date, domain, etc..)
- ๐ฆ Search from anywhere
- ๐จโ๐ป Keyboard shortcuts
- Fork and clone this repository.
- Open terminal in the cloned root folder and run:
npm run install
npm run build
- Zip the dist folder that created by
npm run build
- Load the
dist.zip
at chrome://extensions/ (click "Load unpacked" and open the dist.zip) - After run
npm run dev
, you can use TabX dev-mode.