Auto-Collapse Tab Groups
Automatically collapse unfocused tab groups.
Was ist Auto-Collapse Tab Groups?
Auto-Collapse Tab Groups ist eine Chrome-Erweiterung, die von florian.reuschel.dev entwickelt wurde, und ihr Hauptmerkmal ist "Automatically collapse unfocused tab groups.".
Erweiterungsscreenshots
Auto-Collapse Tab Groups-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto-Collapse Tab Groups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Auto-Collapse Tab Groups |
ID | dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
Offizielle URL | https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
Beschreibung | Automatically collapse unfocused tab groups. |
Dateigröße | 27.22 KB |
Installationsanzahl | 280 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-12-01 |
Veröffentlichungsdatum | 2022-12-01 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | florian.reuschel.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/loilo/auto-collapse-tab-groups/ |
Hilfeseite URL | https://github.com/loilo/auto-collapse-tab-groups/ |
Unterstützte Sprachen | 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" ] } |