Smart Tab Groups

Automatically manages your tabs by URL!

Qu'est-ce que Smart Tab Groups ?

Smart Tab Groups est une extension Chrome développée par melenbowl, et sa fonction principale est "Automatically manages your tabs by URL!".

Captures d'Écran de l'Extension

screenshot

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

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

                        This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.

Sources
- Extension icons: https://www.freepik.com                    

Informations de Base sur l'Extension

Nom Smart Tab Groups Smart Tab Groups
ID phjgaokonmahgagcjmjedgnnedglgbpc
URL Officiel https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc
Description Automatically manages your tabs by URL!
Taille du Fichier 12.52 KB
Nombre d'Installations 121
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-18
Date de Publication 2021-02-18
Évaluation 4.00/5 Total 2 Évaluations
Développeur melenbowl
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Tab Groups",
    "version": "1.0",
    "description": "Automatically manages your tabs by URL!",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/tab16.png",
        "32": "images\/tab32.png",
        "64": "images\/tab64.png",
        "128": "images\/tab128.png"
    },
    "manifest_version": 2
}