Automatically Group Tabs

Automatically group tabs by URL

Qu'est-ce que Automatically Group Tabs ?

Automatically Group Tabs est une extension Chrome développée par aximario, et sa fonction principale est "Automatically group tabs by URL".

Captures d'Écran de l'Extension

screenshot

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

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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

Informations de Base sur l'Extension

Nom Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
URL Officiel https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Description Automatically group tabs by URL
Taille du Fichier 13.7 KB
Nombre d'Installations 76
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-05-29
Date de Publication 2022-05-16
Évaluation 4.33/5 Total 3 Évaluations
Développeur aximario
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}