Tab Combine

Automaticlly combine tabs on the fly

Cos'è Tab Combine?

Tab Combine è un'estensione di Chrome sviluppata da dcohenb, e la sua funzione principale è "Automaticlly combine tabs on the fly".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Tab Combine

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

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

Informazioni di Base sull'Estensione

Nome Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
URL Ufficiale https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Descrizione Automaticlly combine tabs on the fly
Dimensione del File 12.83 KB
Conteggio Installazioni 118
Versione Corrente 1.0.8
Ultimo Aggiornamento 2018-03-24
Data di Pubblicazione 2018-03-24
Valutazione 3.00/5 Totale 6 Valutazioni
Sviluppatore dcohenb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}