Tab Grouper

Let's you group your chrome tabs by domain

Was ist Tab Grouper?

Tab Grouper ist eine Chrome-Erweiterung, die von Very Good Chrome Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Let's you group your chrome tabs by domain".

Erweiterungsscreenshots

screenshot
screenshot

Tab Grouper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Grouper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Group your tabs based on the url domain with a single click!

Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain.

Usage and limitations
• Only groups tabs if there is at least two tabs open with the same url domain.
• It will group only tabs in the current window.
• If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does.

0.0.2 changes
• Fixed bug
• Added an options page to allow reset of extension data in case of errors.                    

Grundlegende Informationen zur Erweiterung

Name Tab Grouper Tab Grouper
ID fkpmakflpdgeblkpdklpoohabkdghjpd
Offizielle URL https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd
Beschreibung Let's you group your chrome tabs by domain
Dateigröße 228 KB
Installationsanzahl 92
Aktuelle Version 0.0.2
Letztes Update 2021-04-18
Veröffentlichungsdatum 2021-04-01
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Very Good Chrome Extensions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Let's you group your chrome tabs by domain",
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Tab Grouper"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}