Left Tab Window Group Manager
Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
Co to jest Left Tab Window Group Manager?
Left Tab Window Group Manager to rozszerzenie Chrome opracowane przez keithgabryelski, a jego główną funkcją jest „Reset the selected tab for each window to its left most tab to help manager tabs into window groups.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Left Tab Window Group Manager
Pobierz pliki rozszerzeń Left Tab Window Group Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lefkebnokcjocjgajlbegiobikpbcfhg |
Oficjalny URL | https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg |
Opis | Reset the selected tab for each window to its left most tab to help manager tabs into window groups. |
Rozmiar pliku | 26.49 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-15 |
Data Publikacji | 2015-11-15 |
Deweloper | keithgabryelski |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |