Tab Combine

Automaticlly combine tabs on the fly

Wat is Tab Combine?

Tab Combine is een Chrome-extensie ontwikkeld door dcohenb, en de belangrijkste functie is "Automaticlly combine tabs on the fly".

Extensie Screenshots

Download het CRX-bestand van de extensie Tab Combine

Download Tab Combine-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

                        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.                    

Basisinformatie over de Extensie

Naam Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
Officiële URL https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Beschrijving Automaticlly combine tabs on the fly
Bestandsgrootte 12.83 KB
Aantal Installaties 118
Huidige Versie 1.0.8
Laatst Bijgewerkt 2018-03-24
Publicatiedatum 2018-03-24
Beoordeling 3.00/5 Totaal 6 Beoordelingen
Ontwikkelaar dcohenb
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}