TabGroups

Provides organisational control over related tabs

Qu'est-ce que TabGroups ?

TabGroups est une extension Chrome développée par Peter Mareš, et sa fonction principale est "Provides organisational control over related tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TabGroups

Téléchargez les fichiers d'extension TabGroups au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
URL Officiel https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
Description Provides organisational control over related tabs
Taille du Fichier 14.71 KB
Nombre d'Installations 113
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-06-19
Date de Publication 2014-06-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur Peter Mareš
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}