Tab Groupify

Bundle same domain tabs up in a tab.

Qu'est-ce que Tab Groupify ?

Tab Groupify est une extension Chrome développée par Jun Ishibashi, et sa fonction principale est "Bundle same domain tabs up in a tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Tab Groupify 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

                        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.                    

Informations de Base sur l'Extension

Nom Tab Groupify Tab Groupify
ID lhcocfhpacjjgacdkiikgajdhalmljpn
URL Officiel https://chrome.google.com/webstore/detail/tab-groupify/lhcocfhpacjjgacdkiikgajdhalmljpn
Description Bundle same domain tabs up in a tab.
Taille du Fichier 595 KB
Nombre d'Installations 11
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-02-26
Date de Publication 2018-02-26
Développeur Jun Ishibashi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}