Tab Team

An extension to organize tabs into groups.

What is Tab Team?

Tab Team is a Chrome extension developed by https://tabteamext.com, and its main feature is "An extension to organize tabs into groups.".

Extension Screenshots

screenshot

Download Tab Team Extension CRX File

Download Tab Team extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tab Team Tab Team
ID ophdeklmpgjdljnafpcegpofcioenmod
Official URL https://chromewebstore.google.com/detail/tab-team/ophdeklmpgjdljnafpcegpofcioenmod
Description An extension to organize tabs into groups.
File Size 28.53 KB
Installation Count 219
Current Version 1.0.2
Last Updated 2013-06-21
Publish Date 2013-06-21
Rating 3.00/5 Total 16 Ratings
Developer https://tabteamext.com
Payment Type free
Supported Languages 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"
        }
    ]
}