Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

Cos'è Auto Tab Group?

Auto Tab Group è un'estensione di Chrome sviluppata da ron.troyer, e la sua funzione principale è "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Tab Group

Scarica i file di estensione Auto Tab Group 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

                        Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!                    

Informazioni di Base sull'Estensione

Nome Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
URL Ufficiale https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
Descrizione This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Dimensione del File 15.59 KB
Conteggio Installazioni 10
Versione Corrente 1.4
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2021-03-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ron.troyer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/j0be/AutoTabGroup
URL della Pagina di Aiuto https://github.com/j0be/AutoTabGroup
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Tab Group",
    "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    }
}