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"
    }
}