Tab Combine

Automaticlly combine tabs on the fly

Qu'est-ce que Tab Combine ?

Tab Combine est une extension Chrome développée par dcohenb, et sa fonction principale est "Automaticlly combine tabs on the fly".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Tab Combine

Téléchargez les fichiers d'extension Tab Combine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
URL Officiel https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Description Automaticlly combine tabs on the fly
Taille du Fichier 12.83 KB
Nombre d'Installations 118
Version Actuelle 1.0.8
Dernière Mise à Jour 2018-03-24
Date de Publication 2018-03-24
Évaluation 3.00/5 Total 6 Évaluations
Développeur dcohenb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}