Tabs

Convenient ways to organize tabs in a Chrome window.

What is Tabs?

Tabs is a Chrome extension developed by John Crepezzi, and its main feature is "Convenient ways to organize tabs in a Chrome window.".

Download Tabs Extension CRX File

Download Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tabs Tabs
ID jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Official URL https://chrome.google.com/webstore/detail/tabs/jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Description Convenient ways to organize tabs in a Chrome window.
File Size 10.54 KB
Installation Count 15
Current Version 0.0.3
Last Updated 2014-05-28
Publish Date 2014-05-28
Rating 5.00/5 Total 1 Ratings
Developer John Crepezzi
Payment Type free
Supported Languages 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"
    }
}