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

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

拡張機能の使用方法

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