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…

What is Quick Tab Switcher?

Quick Tab Switcher is a Chrome extension developed by me1hi0r, and its main feature is "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".

Extension Screenshots

screenshot
screenshot

Download Quick Tab Switcher Extension CRX File

Download Quick Tab Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quick Tab Switcher Quick Tab Switcher
ID piinjokkgkfeaeaphgconmhgblfjklmc
Official URL https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc
Description Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
File Size 20.6 KB
Installation Count 45
Current Version 0.0.4
Last Updated 2015-08-27
Publish Date 2015-08-27
Rating 4.00/5 Total 4 Ratings
Developer me1hi0r
Payment Type free
Extension Website https://github.com/sl0ki/tab-switcher
Help Page URL https://github.com/sl0ki/tab-switcher
Supported Languages 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"
        }
    }
}