Auto Group Tabs

Automatically make the opened tabs、urls into groups to improve work efficiency.

Cos'è Auto Group Tabs?

Auto Group Tabs è un'estensione di Chrome sviluppata da aceway, e la sua funzione principale è "Automatically make the opened tabs、urls into groups to improve work efficiency.".

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

                        AGT: Auto Group Tabs can help improve your work efficiency when dealing with a large number of sites simultaneously. This extension can sync your URLs across multiple devices, allowing you to record them once and use them anywhere.                    

Informazioni di Base sull'Estensione

Nome Auto Group Tabs Auto Group Tabs
ID aokfncollhcaaafomdophpbnnegklpeb
URL Ufficiale https://chromewebstore.google.com/detail/auto-group-tabs/aokfncollhcaaafomdophpbnnegklpeb
Descrizione Automatically make the opened tabs、urls into groups to improve work efficiency.
Dimensione del File 305 KB
Conteggio Installazioni 30
Versione Corrente 1.0.15
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2022-10-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore aceway
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_titleName__"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "permissions": [
        "tabGroups",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_cmdDesc__"
        }
    }
}