Automatically Group Tabs

Automatically group tabs by URL

Hvad er Automatically Group Tabs?

Automatically Group Tabs er en Chrome-udvidelse udviklet af aximario, og dens hovedfunktion er "Automatically group tabs by URL".

Udvidelsesskærmbilleder

screenshot

Download Automatically Group Tabs-udvidelses-CRX-fil

Download Automatically Group Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
Officiel URL https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Beskrivelse Automatically group tabs by URL
Filstørrelse 13.7 KB
Antal Installationer 76
Nuværende Version 2.0.1
Senest Opdateret 2022-05-29
Udgivelsesdato 2022-05-16
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler aximario
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}