QuickTabSwitch
Switch tabs quickly.
What is QuickTabSwitch?
QuickTabSwitch is a Chrome extension developed by suzuki86, and its main feature is "Switch tabs quickly.".
Extension Screenshots
Download QuickTabSwitch Extension CRX File
Download QuickTabSwitch 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
QuickTabSwitch enables you to switch tab quickly by only using keyboard. [Usage] Press Ctrl + Shift + X to show tab list. Then corresponding key was pressed, the tab associated with the key is activated. [Change Log] 2016-08-11 Fixed issue that shortcut key does not work on Linux. キーの入力だけで目的のタブに素早く切り替えることができます。 [使いかた] キーボードの Ctrl + Shift + x を押すと現在開いているタブの一覧が表示されます。タイトルの左側にキーが表示されているので、該当するキーを押すとそのタブに切り替わります。 [更新履歴] 2016-08-11 Linux環境でショットカットキーが有効にならない不具合を修正しました。
Extension Basic Information
Name | QuickTabSwitch |
ID | pnelkdgjfmmkcogamkjkcajgdkomjgco |
Official URL | https://chromewebstore.google.com/detail/quicktabswitch/pnelkdgjfmmkcogamkjkcajgdkomjgco |
Description | Switch tabs quickly. |
File Size | 8.64 KB |
Installation Count | 108 |
Current Version | 0.0.5 |
Last Updated | 2016-08-10 |
Publish Date | 2016-08-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | suzuki86 |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickTabSwitch", "version": "0.0.5", "manifest_version": 2, "description": "Switch tabs quickly.", "author": "Toshinari Suzuki", "homepage_url": "http:\/\/suzuki.toshinari.jp", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/19.png", "default_popup": "browser_action.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "windows": "Ctrl+Shift+X", "mac": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X" } } } } |