Switch Tabs

The easiest way to switch tabs on Google Chrome.

Switch Tabs란 무엇입니까?

Switch Tabs은(는) https://switchtabs.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to switch tabs on Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Switch Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Switch Tabs is the only extension that lets you easily preview opened tabs and switch between them quickly. 

- Press Alt + X to jump to the previous tab
- Press Alt + C to go to the next tab

Or 

- Use Alt + the keyboard arrows (←, →, ↑, ↓)
- or click with the mouse cursor to select tabs directly.

Enjoy!                    

확장 프로그램 기본 정보

이름 Switch Tabs Switch Tabs
ID idiomkjpboogdmkpndeepnkldhbpnnpb
공식 URL https://chromewebstore.google.com/detail/switch-tabs/idiomkjpboogdmkpndeepnkldhbpnnpb
설명 The easiest way to switch tabs on Google Chrome.
파일 크기 307 KB
설치 횟수 1,520
현재 버전 0.1
최근 업데이트 2017-04-16
출시 날짜 2017-04-15
평점 2.64/5 총 36 개의 평점
개발자 https://switchtabs.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://switchtabs.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switch Tabs",
    "short_name": "Switch Tabs",
    "description": "The easiest way to switch tabs on Google Chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Switch Tabs"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/keypress-2.1.4.min.js",
                "libs\/lodash.js",
                "scripts\/config.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_screenCapture.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "scripts\/config.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_screenCapture.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css",
        "libs\/lodash.js",
        "scripts\/config.js"
    ]
}