TabGroups

Provides organisational control over related tabs

Was ist TabGroups?

TabGroups ist eine Chrome-Erweiterung, die von Peter Mareš entwickelt wurde, und ihr Hauptmerkmal ist "Provides organisational control over related tabs".

Erweiterungsscreenshots

screenshot
screenshot

TabGroups-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabGroups-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

                        A Google Chrome extension that gives you organisational control over your related browser tabs

Features

The extension gives you the following options to manage your tabs:

Current window

- Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending)

- Move all similar tabs (to the current page) in the current window to a new window.

- Close all similar tabs (to the current page) in the current window.


All windows

- Move all similar tabs (to the current page) from all windows to a new window.
- Close all similar tabs (to the current page) from all windows                    

Grundlegende Informationen zur Erweiterung

Name TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
Offizielle URL https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
Beschreibung Provides organisational control over related tabs
Dateigröße 14.71 KB
Installationsanzahl 113
Aktuelle Version 0.1.0
Letztes Update 2014-06-19
Veröffentlichungsdatum 2014-06-18
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Peter Mareš
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGroups",
    "description": "Provides organisational control over related tabs",
    "version": "0.1.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menuhandler.js"
        ]
    }
}