Group Tabs

Groups tabs according to defined categories

Qu'est-ce que Group Tabs ?

Group Tabs est une extension Chrome développée par Hari Raghunathan, et sa fonction principale est "Groups tabs according to defined categories".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Group Tabs

Téléchargez les fichiers d'extension Group Tabs 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

                        Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen!

The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.                    

Informations de Base sur l'Extension

Nom Group Tabs Group Tabs
ID ggidhmcepheeclhipelplplfbgbholdf
URL Officiel https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf
Description Groups tabs according to defined categories
Taille du Fichier 349 KB
Nombre d'Installations 144
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-29
Date de Publication 2014-10-28
Évaluation 3.80/5 Total 5 Évaluations
Développeur Hari Raghunathan
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Tabs",
    "version": "1.0",
    "description": "Groups tabs according to defined categories ",
    "icons": {
        "16": "group_tabs_16.png",
        "48": "group_tabs_48.png",
        "128": "group_tabs_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "group_tabs_19.png",
        "default_popup": "popup.html",
        "default_title": "Group tabs"
    },
    "manifest_version": 2
}