Tabs

Convenient ways to organize tabs in a Chrome window.

Wat is Tabs?

Tabs is een Chrome-extensie ontwikkeld door John Crepezzi, en de belangrijkste functie is "Convenient ways to organize tabs in a Chrome window.".

Download het CRX-bestand van de extensie Tabs

Download Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tabs Tabs
ID jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Officiële URL https://chrome.google.com/webstore/detail/tabs/jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Beschrijving Convenient ways to organize tabs in a Chrome window.
Bestandsgrootte 10.54 KB
Aantal Installaties 15
Huidige Versie 0.0.3
Laatst Bijgewerkt 2014-05-28
Publicatiedatum 2014-05-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar John Crepezzi
Betalingswijze free
Ondersteunde Talen 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"
    }
}