Tabs

Convenient ways to organize tabs in a Chrome window.

Qu'est-ce que Tabs ?

Tabs est une extension Chrome développée par John Crepezzi, et sa fonction principale est "Convenient ways to organize tabs in a Chrome window.".

Télécharger le fichier CRX de l'extension Tabs

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

                        This is an extension that allows convenient sorting of tabs, in the following ways:

* Group by URL domain
* Sort by title
* Reverse order
* Random order                    

Informations de Base sur l'Extension

Nom Tabs Tabs
ID jmfpcnjkbnkbnnkbiheokfdblpdkhclp
URL Officiel https://chrome.google.com/webstore/detail/tabs/jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Description Convenient ways to organize tabs in a Chrome window.
Taille du Fichier 10.54 KB
Nombre d'Installations 15
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-05-28
Date de Publication 2014-05-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur John Crepezzi
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs",
    "version": "0.0.3",
    "default_locale": "en",
    "description": "Convenient ways to organize tabs in a Chrome window.",
    "author": "John Crepezzi",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    }
}