Auto-Collapse Tab Groups
Automatically collapse unfocused tab groups.
What is Auto-Collapse Tab Groups?
Auto-Collapse Tab Groups is a Chrome extension developed by florian.reuschel.dev, and its main feature is "Automatically collapse unfocused tab groups.".
Extension Screenshots
Download Auto-Collapse Tab Groups Extension CRX File
Download Auto-Collapse Tab Groups extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Are you a tab hoarder? Organize your tabs in tab groups and never get lost again by letting this extension collapse all tab groups that are not currently active. Pairs well with the "Auto-Group Tabs" extension.
Extension Basic Information
Name | Auto-Collapse Tab Groups |
ID | dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
Official URL | https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
Description | Automatically collapse unfocused tab groups. |
File Size | 27.22 KB |
Installation Count | 280 |
Current Version | 0.0.1 |
Last Updated | 2022-12-01 |
Publish Date | 2022-12-01 |
Rating | 4.25/5 Total 4 Ratings |
Developer | florian.reuschel.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/loilo/auto-collapse-tab-groups/ |
Help Page URL | https://github.com/loilo/auto-collapse-tab-groups/ |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.mjs" }, "permissions": [ "tabGroups" ] } |