Advance Tab Groups

Auto tab group based on the url or regex

Qu'est-ce que Advance Tab Groups ?

Advance Tab Groups est une extension Chrome développée par DiTech, et sa fonction principale est "Auto tab group based on the url or regex".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Advance Tab Groups

Téléchargez les fichiers d'extension Advance Tab Groups 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

                        An extension helps you manage tab groups better

The newly added tab grouping function in chrome is very helpful. however, one of the things it does not allow the user to do is to pre-define rules for tab groups. with this extension user able to config the tab's group based on the tab's URL or regex rules. when a new tab is created it will be added to the corresponding group based on the rules user-defined. 

An auto group flag in a pop-up view is used to suggest if the extension will auto move the tab when it is created or updated. if this flag is off then the user will group the tab by clicking the “Group all tabs” button.                    

Informations de Base sur l'Extension

Nom Advance Tab Groups Advance Tab Groups
ID pfpdhdhhmaaadjdolgfphniimpjnifhh
URL Officiel https://chromewebstore.google.com/detail/advance-tab-groups/pfpdhdhhmaaadjdolgfphniimpjnifhh
Description Auto tab group based on the url or regex
Taille du Fichier 156 KB
Nombre d'Installations 288
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2021-04-11
Date de Publication 2021-04-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur DiTech
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advance Tab Groups",
    "description": "Auto tab group based on the url or regex",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "identity",
        "identity.email",
        "background",
        "tabs",
        "tabGroups",
        "windows",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "options_page": "options.html"
}