Tab Groups

A variation of the firefox tab group feature for chrome.

Qu'est-ce que Tab Groups ?

Tab Groups est une extension Chrome développée par axolotl, et sa fonction principale est "A variation of the firefox tab group feature for chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        See the website readme.                    

Informations de Base sur l'Extension

Nom Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
URL Officiel https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl
Description A variation of the firefox tab group feature for chrome.
Taille du Fichier 2.09 MB
Nombre d'Installations 193
Version Actuelle 0.1
Dernière Mise à Jour 2015-03-18
Date de Publication 2015-03-18
Évaluation 1.67/5 Total 15 Évaluations
Développeur axolotl
Type de Paiement free
Site Web de l'Extension https://github.com/Risto-Stevcev/tabgroups
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groups",
    "description": "A variation of the firefox tab group feature for chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}