Auto-Group Tabs

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

Qu'est-ce que Auto-Group Tabs ?

Auto-Group Tabs est une extension Chrome développée par https://loilo.de, et sa fonction principale est "Automatically add tabs to your configured groups, based on their URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto-Group Tabs

Téléchargez les fichiers d'extension Auto-Group Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Auto-Group Tabs Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
URL Officiel https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
Description Automatically add tabs to your configured groups, based on their URL.
Taille du Fichier 1.2 MB
Nombre d'Installations 15,285
Version Actuelle 0.0.20
Dernière Mise à Jour 2023-10-06
Date de Publication 2021-03-16
Évaluation 4.75/5 Total 80 Évaluations
Développeur https://loilo.de
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/loilo/auto-group-tabs/issues
Langues Prises en Charge 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"
    ]
}