Automatically Group Tabs

Automatically group tabs by URL

Cos'è Automatically Group Tabs?

Automatically Group Tabs è un'estensione di Chrome sviluppata da aximario, e la sua funzione principale è "Automatically group tabs by URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Automatically Group Tabs

Scarica i file di estensione Automatically 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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

Informazioni di Base sull'Estensione

Nome Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
URL Ufficiale https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Descrizione Automatically group tabs by URL
Dimensione del File 13.7 KB
Conteggio Installazioni 76
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-05-29
Data di Pubblicazione 2022-05-16
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore aximario
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}