Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

Cos'è Auto Group Tabs?

Auto Group Tabs è un'estensione di Chrome sviluppata da Siddhartha Sarkar, e la sua funzione principale è "Keep you tab bar tidy with auto grouping without need to group them manually.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Group Tabs

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

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

Informazioni di Base sull'Estensione

Nome Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
URL Ufficiale https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
Descrizione Keep you tab bar tidy with auto grouping without need to group them manually.
Dimensione del File 34.42 KB
Conteggio Installazioni 386
Versione Corrente 5.1.0
Ultimo Aggiornamento 2023-03-22
Data di Pubblicazione 2021-07-08
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore Siddhartha Sarkar
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://siddsarkar.github.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}