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
官方網址 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"
    }
}