Quick Switch

This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.

Quick Switch란 무엇입니까?

Quick Switch은(는) mhenry1384에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension is intended to be launched via a global keyboard shortcut.  Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active.  

To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen.  In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each).

Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history".  It does not actually read your browser history.                    

확장 프로그램 기본 정보

이름 Quick Switch Quick Switch
ID pliiecepjdknmcninijkgcboekaomphi
공식 URL https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi
설명 This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
파일 크기 301 KB
설치 횟수 43
현재 버전 1.1
최근 업데이트 2014-09-24
출시 날짜 2014-09-24
평점 1.00/5 총 1 개의 평점
개발자 mhenry1384
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Quick Switch",
    "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html?modal=true"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "popup-quick-search": {
            "description": "Popup Quick Switch",
            "suggested_key": {
                "default": "Ctrl+1"
            }
        }
    }
}