Tab Combine

Automaticlly combine tabs on the fly

Was ist Tab Combine?

Tab Combine ist eine Chrome-Erweiterung, die von dcohenb entwickelt wurde, und ihr Hauptmerkmal ist "Automaticlly combine tabs on the fly".

Erweiterungsscreenshots

Tab Combine-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Combine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
Offizielle URL https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Beschreibung Automaticlly combine tabs on the fly
Dateigröße 12.83 KB
Installationsanzahl 118
Aktuelle Version 1.0.8
Letztes Update 2018-03-24
Veröffentlichungsdatum 2018-03-24
Bewertung 3.00/5 Insgesamt 6 Bewertungen
Entwickler dcohenb
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}