Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

Co je Auto Tab Group?

Auto Tab Group je rozšíření Chrome vyvinuté ron.troyer, a jeho hlavní funkcí je „This extension will automatically group tabs by domain if a group already exists with only that domain in the group.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto Tab Group

Stáhněte si soubory rozšíření Auto Tab Group ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!                    

Základní Informace o Rozšíření

Název Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
Oficiální URL https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
Popis This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Velikost souboru 15.59 KB
Počet instalací 10
Aktuální Verze 1.4
Poslední Aktualizace 2021-05-10
Datum Vydání 2021-03-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ron.troyer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/j0be/AutoTabGroup
URL Stránky Nápovědy https://github.com/j0be/AutoTabGroup
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Tab Group",
    "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    }
}