Left Tab Window Group Manager

Reset the selected tab for each window to its left most tab to help manager tabs into window groups.

Cos'è Left Tab Window Group Manager?

Left Tab Window Group Manager è un'estensione di Chrome sviluppata da keithgabryelski, e la sua funzione principale è "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Left Tab Window Group Manager

Scarica i file di estensione Left Tab Window Group Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Left Tab Window Group Manager Left Tab Window Group Manager
ID lefkebnokcjocjgajlbegiobikpbcfhg
URL Ufficiale https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg
Descrizione Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
Dimensione del File 26.49 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-15
Data di Pubblicazione 2015-11-15
Sviluppatore keithgabryelski
Tipo di Pagamento free
Lingue Supportate 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"
    }
}