Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Fast Tab Switchとは何ですか?

Fast Tab SwitchはEagerLogicによって開発されたChromeの拡張機能で、その主な機能は「Switch tabs by selecting the screenshot of a tab.」です。

拡張機能のスクリーンショット

screenshot

Fast Tab Switch拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

拡張機能の基本情報

名前 Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
公式URL https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
説明 Switch tabs by selecting the screenshot of a tab.
ファイルサイズ 216 KB
インストール数 216
現在のバージョン 1.1
最終更新日 2015-04-30
公開日 2015-04-30
評価 4.17/5 合計 6 レビュー
開発者 EagerLogic
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}