Auto-Collapse Tab Groups
Automatically collapse unfocused tab groups.
Cos'è Auto-Collapse Tab Groups?
Auto-Collapse Tab Groups è un'estensione di Chrome sviluppata da florian.reuschel.dev, e la sua funzione principale è "Automatically collapse unfocused tab groups.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto-Collapse Tab Groups
Scarica i file di estensione Auto-Collapse Tab Groups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Auto-Collapse Tab Groups |
ID | dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
Descrizione | Automatically collapse unfocused tab groups. |
Dimensione del File | 27.22 KB |
Conteggio Installazioni | 280 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-12-01 |
Data di Pubblicazione | 2022-12-01 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | florian.reuschel.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/loilo/auto-collapse-tab-groups/ |
URL della Pagina di Aiuto | https://github.com/loilo/auto-collapse-tab-groups/ |
Lingue Supportate | 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" ] } |