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.