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ファイルをダウンロード

Quick Switch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            }
        }
    }
}