TabTree

Sort your tabs and show them as a tree.

Wat is TabTree?

TabTree is een Chrome-extensie ontwikkeld door TreeHugger, en de belangrijkste functie is "Sort your tabs and show them as a tree.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TabTree

Download TabTree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TabTree TabTree
ID lhjaemlbbmojcmfcljjmbamecahgdlkp
Officiële URL https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp
Beschrijving Sort your tabs and show them as a tree.
Bestandsgrootte 120 KB
Aantal Installaties 1,082
Huidige Versie 1.2
Laatst Bijgewerkt 2015-07-29
Publicatiedatum 2015-07-28
Beoordeling 3.75/5 Totaal 12 Beoordelingen
Ontwikkelaar TreeHugger
Betalingswijze free
Ondersteunde Talen 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"
    }
}