Quick Tab Switcher

Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…

什么是Quick Tab Switcher?

Quick Tab Switcher是由me1hi0r开发的Chrome扩展程序,该扩展的主要功能是“Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…”。

扩展截图

screenshot
screenshot

下载Quick Tab Switcher扩展crx文件

下载Quick Tab Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Press Ctr+I  or Command+I  (OS X) to open window.

Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. 

Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.                    

扩展基本信息

名称 Quick Tab Switcher Quick Tab Switcher
ID piinjokkgkfeaeaphgconmhgblfjklmc
官方URL https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc
简介 Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
文件大小 20.6 KB
安装次数 45
当前版本 0.0.4
更新时间 2015-08-27
上架时间 2015-08-27
评分 4.00/5 共4次评分
开发者 me1hi0r
付费类型 free
扩展官网 https://github.com/sl0ki/tab-switcher
帮助页面URL https://github.com/sl0ki/tab-switcher
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab Switcher",
    "description": "",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open_tabs_window": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Open Tab Switcher"
        }
    }
}