Tab Team

An extension to organize tabs into groups.

什麼是Tab Team?

Tab Team是由https://tabteamext.com開發的Chrome擴展程式,該擴展的主要功能是“An extension to organize tabs into groups.”。

擴展截圖

screenshot

下載Tab Team擴展crx文件

下載Tab Team擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Tab Team Tab Team
ID ophdeklmpgjdljnafpcegpofcioenmod
官方網址 https://chromewebstore.google.com/detail/tab-team/ophdeklmpgjdljnafpcegpofcioenmod
簡介 An extension to organize tabs into groups.
檔案大小 28.53 KB
安裝次數 219
目前版本 1.0.2
更新時間 2013-06-21
上架時間 2013-06-21
評分 3.00/5 共 16 次評分
開發者 https://tabteamext.com
付費類型 free
支援的語言 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"
        }
    ]
}