Tab Group

Organize your tabs

Cos'è Tab Group?

Tab Group è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Organize your tabs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Group

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

                        Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).                    

Informazioni di Base sull'Estensione

Nome Tab Group Tab Group
ID fdagimofkjchlmpjdgafapdkhdejfgfj
URL Ufficiale https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj
Descrizione Organize your tabs
Dimensione del File 15.1 KB
Conteggio Installazioni 83
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-17
Data di Pubblicazione 2014-10-17
Valutazione 2.00/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/JessicaFu/TabGroup
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Group",
    "version": "1.1",
    "description": "Organize your tabs",
    "browser_action": {
        "default_icon": "images\/new_directory.png",
        "default_popup": "tabGroups.html"
    },
    "permissions": [
        "tabs"
    ]
}