TabTree

Sort your tabs and show them as a tree.

Cos'è TabTree?

TabTree è un'estensione di Chrome sviluppata da TreeHugger, e la sua funzione principale è "Sort your tabs and show them as a tree.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabTree

Scarica i file di estensione TabTree 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

                        Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps.                    

Informazioni di Base sull'Estensione

Nome TabTree TabTree
ID lhjaemlbbmojcmfcljjmbamecahgdlkp
URL Ufficiale https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp
Descrizione Sort your tabs and show them as a tree.
Dimensione del File 120 KB
Conteggio Installazioni 1,082
Versione Corrente 1.2
Ultimo Aggiornamento 2015-07-29
Data di Pubblicazione 2015-07-28
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore TreeHugger
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTree",
    "description": "Sort your tabs and show them as a tree.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tree-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "tree-icon-16.png",
        "32": "tree-icon-32.png",
        "48": "tree-icon-48.png",
        "128": "tree-icon-128.png"
    }
}