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 |
官方網址 | 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" } } |