An open API service indexing awesome lists of open source software.

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

Google Chrome extension to automatically collapse unfocused tab groups
https://github.com/loilo/auto-collapse-tab-groups

chrome-extension

Last synced: about 1 year ago
JSON representation

Google Chrome extension to automatically collapse unfocused tab groups

Awesome Lists containing this project

README

          

# 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](https://vitejs.dev/) in [library mode](https://vitejs.dev/guide/build.html#library-mode).

### Setup

Clone this project:

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

Step into the cloned folder and install [npm](https://www.npmjs.com/) dependencies:

```bash
npm ci
```

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