Left Tab Window Group Manager
Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
Left Tab Window Group Managerとは何ですか?
Left Tab Window Group Managerはkeithgabryelskiによって開発されたChromeの拡張機能で、その主な機能は「Reset the selected tab for each window to its left most tab to help manager tabs into window groups.」です。
拡張機能のスクリーンショット
Left Tab Window Group Manager拡張機能のCRXファイルをダウンロード
Left Tab Window Group Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reset the selected tab for each window to its left most tab. Why? Because window lists (Window menu) lists the currently selected tab and there are many times when that tab-title will not help you find what the original intention of that new window was intended to be. Technique: Group your windows into small numbers of tabs with the left most tab being the indentifier for the group. Use this extension's browser action to reset the select tabs on all your windows so that you can find the group of tabs your are looking for.
拡張機能の基本情報
名前 | |
ID | lefkebnokcjocjgajlbegiobikpbcfhg |
公式URL | https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg |
説明 | Reset the selected tab for each window to its left most tab to help manager tabs into window groups. |
ファイルサイズ | 26.49 KB |
インストール数 | 22 |
現在のバージョン | 1.0 |
最終更新日 | 2015-11-15 |
公開日 | 2015-11-15 |
開発者 | keithgabryelski |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Left Tab Window Group Manager", "version": "1.0", "description": "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.", "author": "Keith Gabryelski", "homepage_url": "https:\/\/github.com\/keithgabryelski\/left-tab-window-group-manager", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" } } |