ZenTab is a quick and simple tab manager for your browser. Easily switch between tabs and find the one you need using fuzzy search.
- Move between open tabs effortlessly
- Fuzzy search through tabs for fast access
npm installRun the extension in development mode for different browsers:
npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edgeCreate a production build for your browser:
npm run build chrome
npm run build firefox
npm run build opera
npm run build edgeCreate a release by running:
npm run release