Group Your Tabs

When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists

Cos'è Group Your Tabs?

Group Your Tabs è un'estensione di Chrome sviluppata da potapov.vitaliy, e la sua funzione principale è "When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Group Your Tabs

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

                        Features:

- group tabs per domain
- group search results
- group rarely used tabs                    

Informazioni di Base sull'Estensione

Nome Group Your Tabs Group Your Tabs
ID chaoejepfhlcelgpicelfccoiojpiofn
URL Ufficiale https://chromewebstore.google.com/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn
Descrizione When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists
Dimensione del File 66.76 KB
Conteggio Installazioni 11,016
Versione Corrente 1.7
Ultimo Aggiornamento 2015-02-15
Data di Pubblicazione 2015-02-15
Valutazione 3.50/5 Totale 148 Valutazioni
Sviluppatore potapov.vitaliy
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "version": "1.7",
    "author": "Vitaliy Potapov",
    "manifest_version": 2,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/group-your-tabs\/chaoejepfhlcelgpicelfccoiojpiofn",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/kpager-19.png",
            "38": "img\/kpager-38.png"
        }
    },
    "icons": {
        "16": "img\/kpager-16.png",
        "48": "img\/kpager-48.png",
        "128": "img\/kpager-128.png"
    },
    "background": {
        "scripts": [
            "bg\/utils.js",
            "bg\/debug.js",
            "bg\/storage.js",
            "bg\/onmessage.js",
            "bg\/onupdate.js",
            "bg\/serp.js",
            "bg\/rarely.js",
            "bg\/opened-pages.js",
            "bg\/background.js",
            "bg\/context-menu.js",
            "bg\/button.js"
        ],
        "persistent": true
    },
    "options_page": "options\/options.html"
}