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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}