Tab Stack
Quickly switch between recent tabs in the activated order, like ALT + TAB in Windows
Tab Stackとは何ですか?
Tab Stackはnemesisperによって開発されたChromeの拡張機能で、その主な機能は「Quickly switch between recent tabs in the activated order, like ALT + TAB in Windows」です。
拡張機能のスクリーンショット
Tab Stack拡張機能のCRXファイルをダウンロード
Tab Stack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mimic the function of Alt + Tab in Windows or Command + Tab in MacOS to manage tabs. - Use Alt + 1 (Option + 1 in MacOS) to open the extension. The extension shows the tab list according to the order they activated. So you can easily switch between most recently activated tabs by using shortcuts. - While you are selecting tab you want to jump to, keep Alt (Option) down. - Up/ Down arrow to select tab in tab list, hit Enter or just release Alt (Option) to jump to the tab you selected. - If you decide to stay in current tab, simply use Alt + 1 (Option + 1) to close the extension. 2018.07.11 - Add scrolling function of key Q and W, same as up/down arrow key.
拡張機能の基本情報
名前 | |
ID | jipfnojdidlbelcajjonblnmmbcjnbpk |
公式URL | https://chrome.google.com/webstore/detail/tab-stack/jipfnojdidlbelcajjonblnmmbcjnbpk |
説明 | Quickly switch between recent tabs in the activated order, like ALT + TAB in Windows |
ファイルサイズ | 429 KB |
インストール数 | 36 |
現在のバージョン | 1.0 |
最終更新日 | 2018-09-05 |
公開日 | 2018-09-05 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | nemesisper |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yirunzhou/Tab-Stack |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Stack", "version": "1.0", "description": "Quickly switch between recent tabs in the activated order, like ALT + TAB in Windows", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/tab_stack_128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+1" } } } } |