Tab Switcher
Switch tabs using ctrl+shift+z and ctrl+shift+x.
Tab Switcherとは何ですか?
Tab SwitcherはIan Ellison-Taylorによって開発されたChromeの拡張機能で、その主な機能は「Switch tabs using ctrl+shift+z and ctrl+shift+x.」です。
Tab Switcher拡張機能のCRXファイルをダウンロード
Tab Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to switch tabs using Ctrl+Shift+Z and Ctrl+Shift+X
拡張機能の基本情報
名前 | ![]() |
ID | fkpmobfddeinmclggkjaodhijbaohpoe |
公式URL | https://chrome.google.com/webstore/detail/tab-switcher/fkpmobfddeinmclggkjaodhijbaohpoe |
説明 | Switch tabs using ctrl+shift+z and ctrl+shift+x. |
ファイルサイズ | 3.07 KB |
インストール数 | 34 |
現在のバージョン | 0.1 |
最終更新日 | 2013-02-21 |
公開日 | 2013-02-21 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Ian Ellison-Taylor |
支払い方法 | free |
対応言語 | 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" } } } |