Tab Switcher
Switch tabs using ctrl+shift+z and ctrl+shift+x.
What is Tab Switcher?
Tab Switcher is a Chrome extension developed by Ian Ellison-Taylor, and its main feature is "Switch tabs using ctrl+shift+z and ctrl+shift+x.".
Download Tab Switcher Extension CRX File
Download 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
Allows you to switch tabs using Ctrl+Shift+Z and Ctrl+Shift+X
Extension Basic Information
Name | ![]() |
ID | fkpmobfddeinmclggkjaodhijbaohpoe |
Official URL | https://chrome.google.com/webstore/detail/tab-switcher/fkpmobfddeinmclggkjaodhijbaohpoe |
Description | Switch tabs using ctrl+shift+z and ctrl+shift+x. |
File Size | 3.07 KB |
Installation Count | 34 |
Current Version | 0.1 |
Last Updated | 2013-02-21 |
Publish Date | 2013-02-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Ian Ellison-Taylor |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Switcher", "version": "0.1", "description": "Switch tabs using ctrl+shift+z and ctrl+shift+x.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "previous-tab": { "suggested_key": { "default": "Ctrl+Shift+Z" }, "description": "Previous Tab" }, "next-tab": { "suggested_key": { "default": "Ctrl+Shift+X" }, "description": "Next Tab" } } } |