Auto-Collapse Tab Groups

Automatically collapse unfocused tab groups.

Wat is Auto-Collapse Tab Groups?

Auto-Collapse Tab Groups is een Chrome-extensie ontwikkeld door florian.reuschel.dev, en de belangrijkste functie is "Automatically collapse unfocused tab groups.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto-Collapse Tab Groups

Download Auto-Collapse Tab Groups-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto-Collapse Tab Groups Auto-Collapse Tab Groups
ID dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
Officiële URL https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
Beschrijving Automatically collapse unfocused tab groups.
Bestandsgrootte 27.22 KB
Aantal Installaties 280
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-12-01
Publicatiedatum 2022-12-01
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar florian.reuschel.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/loilo/auto-collapse-tab-groups/
Help Pagina-URL https://github.com/loilo/auto-collapse-tab-groups/
Ondersteunde Talen 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"
    ]
}