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…」です。
拡張機能のスクリーンショット
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 |
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" } } } |