Null Tab

Manage your tabs in a list

What is Null Tab?

Null Tab is a Chrome extension developed by nulltab, and its main feature is "Manage your tabs in a list".

Extension Screenshots

screenshot
screenshot

Download Null Tab Extension CRX File

Download Null Tab 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

                        too many tabs? use Null Tab to manager you tabs easily.                    

Extension Basic Information

Name Null Tab Null Tab
ID cglhokpnooioccdcmoacnnampeododhl
Official URL https://chrome.google.com/webstore/detail/null-tab/cglhokpnooioccdcmoacnnampeododhl
Description Manage your tabs in a list
File Size 216 KB
Installation Count 25
Current Version 0.0.5
Last Updated 2016-07-20
Publish Date 2016-07-20
Rating 5.00/5 Total 2 Ratings
Developer nulltab
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Null Tab",
    "description": "Manage your tabs in a list",
    "version": "0.0.5",
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icon\/icon-tab-128.png",
            "16": "assets\/img\/icon\/icon-tab-16.png",
            "19": "assets\/img\/icon\/icon-tab-19.png",
            "32": "assets\/img\/icon\/icon-tab-32.png",
            "48": "assets\/img\/icon\/icon-tab-48.png",
            "64": "assets\/img\/icon\/icon-tab-64.png",
            "256": "assets\/img\/icon\/icon-tab-256.png"
        },
        "default_title": "Null Tab",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "management"
    ]
}