Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 611 Bytes

File metadata and controls

23 lines (14 loc) · 611 Bytes

Auto-Collapse Tab Groups

This is a Google Chrome extension which automatically collapses tab groups when no tab inside them is focused anymore.

Development

This project is built with Vite 3 in library mode.

Setup

Clone this project:

git clone https://github.com/loilo/auto-collapse-tab-groups.git

Step into the cloned folder and install npm dependencies:

npm ci

You can create a production build with npm run build or run the build in watch mode with npm run dev.