Smart Tab Groups

Automatically manages your tabs by URL!

Cos'è Smart Tab Groups?

Smart Tab Groups è un'estensione di Chrome sviluppata da melenbowl, e la sua funzione principale è "Automatically manages your tabs by URL!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Smart Tab Groups

Scarica i file di estensione Smart Tab Groups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Smart Tab Groups Smart Tab Groups
ID phjgaokonmahgagcjmjedgnnedglgbpc
URL Ufficiale https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc
Descrizione Automatically manages your tabs by URL!
Dimensione del File 12.52 KB
Conteggio Installazioni 121
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-18
Data di Pubblicazione 2021-02-18
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore melenbowl
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}