Auto-Group Tabs

Automatically add tabs to your configured groups, based on their URL.

Wat is Auto-Group Tabs?

Auto-Group Tabs is een Chrome-extensie ontwikkeld door https://loilo.de, en de belangrijkste functie is "Automatically add tabs to your configured groups, based on their URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto-Group Tabs

Download Auto-Group Tabs-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

                        Categorize your frequently used websites and automatically add them to tab groups whenever you open them.                    

Basisinformatie over de Extensie

Naam Auto-Group Tabs Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
Officiële URL https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
Beschrijving Automatically add tabs to your configured groups, based on their URL.
Bestandsgrootte 1.2 MB
Aantal Installaties 15,285
Huidige Versie 0.0.20
Laatst Bijgewerkt 2023-10-06
Publicatiedatum 2021-03-16
Beoordeling 4.75/5 Totaal 80 Beoordelingen
Ontwikkelaar https://loilo.de
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/loilo/auto-group-tabs/issues
Ondersteunde Talen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.20",
    "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.js"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "index.html?context=options"
    },
    "action": {
        "default_popup": "index.html?context=popup"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}