This is a Google Chrome extension which automatically collapses tab groups when no tab inside them is focused anymore.
This project is built with Vite 3 in library mode.
Clone this project:
git clone https://github.com/loilo/auto-collapse-tab-groups.gitStep into the cloned folder and install npm dependencies:
npm ciYou can create a production build with npm run build or run the build in watch mode with npm run dev.