Tab Groupify

Bundle same domain tabs up in a tab.

Was ist Tab Groupify?

Tab Groupify ist eine Chrome-Erweiterung, die von Jun Ishibashi entwickelt wurde, und ihr Hauptmerkmal ist "Bundle same domain tabs up in a tab.".

Erweiterungsscreenshots

screenshot
screenshot

Tab Groupify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Groupify-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

                        USAGE:
    When icon is clicked, it will automatically bundle same domain tabs up in a tab.

FEATURES:
    Bundle tabs up in a tab.
    Open all same domain tabs at once(need to turn the popup block off).

WARNING:
    The extension does not back up the URLs which bundled up.
    Adding a new page to bundled page does not work. (it creates a new bundled page)
    Deleting link at bundled page does not work, it reappears when a page has reloaded.                    

Grundlegende Informationen zur Erweiterung

Name Tab Groupify Tab Groupify
ID lhcocfhpacjjgacdkiikgajdhalmljpn
Offizielle URL https://chrome.google.com/webstore/detail/tab-groupify/lhcocfhpacjjgacdkiikgajdhalmljpn
Beschreibung Bundle same domain tabs up in a tab.
Dateigröße 595 KB
Installationsanzahl 11
Aktuelle Version 1.1.0
Letztes Update 2018-02-26
Veröffentlichungsdatum 2018-02-26
Entwickler Jun Ishibashi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groupify",
    "description": "Bundle same domain tabs up in a tab.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "style.css",
        "script.js",
        "jquery-3.0.0.min.js",
        "font-awesome-4.6.3\/css\/font-awesome.min.css",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.eot",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.woff2",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.woff",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.ttf",
        "font-awesome-4.6.3\/fonts\/fontawesome-webfont.svg"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}