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
- Host: GitHub
- URL: https://github.com/loilo/auto-collapse-tab-groups
- Owner: loilo
- License: mit
- Created: 2022-11-27T16:26:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:43:00.000Z (over 3 years ago)
- Last Synced: 2025-03-25T20:21:41.557Z (about 1 year ago)
- Topics: chrome-extension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
- Size: 80.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.