Tab Manager Pro

This extension allows you to manage your tabs by grouping them for later consumption

What is Tab Manager Pro?

Tab Manager Pro is a Chrome extension developed by gsrai, and its main feature is "This extension allows you to manage your tabs by grouping them for later consumption".

Extension Screenshots

screenshot

Download Tab Manager Pro Extension CRX File

Download Tab Manager Pro 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 a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder.                    

Extension Basic Information

Name Tab Manager Pro Tab Manager Pro
ID ebfpahimijhihjjnepkoojfpgpllbcdf
Official URL https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf
Description This extension allows you to manage your tabs by grouping them for later consumption
File Size 333 KB
Installation Count 590
Current Version 1.1
Last Updated 2017-06-09
Publish Date 2017-06-08
Rating 3.85/5 Total 13 Ratings
Developer gsrai
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Manager Pro",
    "version": "1.1",
    "author": "Gagondeep Srai",
    "description": "This extension allows you to manage your tabs by grouping them for later consumption",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "not_allowed",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "index.html",
        "default_title": "manage your tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ]
}