Tab Team

An extension to organize tabs into groups.

Qu'est-ce que Tab Team ?

Tab Team est une extension Chrome développée par https://tabteamext.com, et sa fonction principale est "An extension to organize tabs into groups.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Team

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

                        Tab Team is a Chrome extension to organize tabs into groups. 

Why do I need it?

You frequently manage to clutter Google Chrome with many tabs at once, which makes it more difficult to navigate through your projects.

How do I use it?

Use the icon in the upper-right corner of the browser to:

Cycle from one group of tabs to the next. Keyboard shortcut: ctrl-shift-x
Pin all tabs to the left of the current tab into a new group. Keyboard shortcut: ctrl-shift-z
Unpin all tabs and reset groups.
Is that fraction showing tab group information annoying? Click this to make it go away (or come back).
Refresh all tabs.
Visit our website!                    

Informations de Base sur l'Extension

Nom Tab Team Tab Team
ID ophdeklmpgjdljnafpcegpofcioenmod
URL Officiel https://chromewebstore.google.com/detail/tab-team/ophdeklmpgjdljnafpcegpofcioenmod
Description An extension to organize tabs into groups.
Taille du Fichier 28.53 KB
Nombre d'Installations 219
Version Actuelle 1.0.2
Dernière Mise à Jour 2013-06-21
Date de Publication 2013-06-21
Évaluation 3.00/5 Total 16 Évaluations
Développeur https://tabteamext.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Team",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "An extension to organize tabs into groups.",
    "icons": {
        "16": "Pics\/icon.png",
        "48": "Pics\/icon.png",
        "128": "Pics\/icon.png"
    },
    "browser_action": {
        "default_icon": "Pics\/browser_action_icon.png",
        "default_popup": "popup.html",
        "default_title": "Tab Team"
    },
    "background": {
        "scripts": [
            "Scripts\/background.js",
            "Scripts\/trigger.js",
            "Scripts\/pin_tabs.js",
            "Scripts\/left_trigger.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Scripts\/key_event.js"
            ],
            "run_at": "document_start"
        }
    ]
}