Quick Tab Switcher

Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…

Quick Tab Switcher란 무엇입니까?

Quick Tab Switcher은(는) me1hi0r에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Tab Switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Press Ctr+I  or Command+I  (OS X) to open window.

Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. 

Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.                    

확장 프로그램 기본 정보

이름 Quick Tab Switcher Quick Tab Switcher
ID piinjokkgkfeaeaphgconmhgblfjklmc
공식 URL https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc
설명 Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
파일 크기 20.6 KB
설치 횟수 45
현재 버전 0.0.4
최근 업데이트 2015-08-27
출시 날짜 2015-08-27
평점 4.00/5 총 4 개의 평점
개발자 me1hi0r
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sl0ki/tab-switcher
도움말 페이지 URL https://github.com/sl0ki/tab-switcher
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab Switcher",
    "description": "",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open_tabs_window": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Open Tab Switcher"
        }
    }
}