Auto Group Tab

Auto group your Chrome tabs

Hvad er Auto Group Tab?

Auto Group Tab er en Chrome-udvidelse udviklet af Huy Vu, og dens hovedfunktion er "Auto group your Chrome tabs".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Auto Group Tab-udvidelses-CRX-fil

Download Auto Group Tab-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

                        If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you.

[Require Chrome version 89]

How it works:

1. Define the groups and the addresses for each group
2. Open new tabs in your browser as usual
3. Click "Group Tab" to group all your tabs

***** See the video for a better instruction and demo *****

Jot a comment if you have any feedback for this extension, I'll reply you directly.                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Group Tab Auto Group Tab
ID ockjmhnpoiklcfkdpjfbebjepehbbbco
Officiel URL https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco
Beskrivelse Auto group your Chrome tabs
Filstørrelse 230 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2021-05-09
Udgivelsesdato 2021-05-08
Udvikler Huy Vu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tab",
    "description": "Auto group your Chrome tabs",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}