Tab Manager

Quickly and conveniently manage your open tabs

What is Tab Manager?

Tab Manager is a Chrome extension developed by joshperry, and its main feature is "Quickly and conveniently manage your open tabs".

Extension Screenshots

screenshot
screenshot

Download Tab Manager Extension CRX File

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

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

Extension Basic Information

Name Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
Official URL https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
Description Quickly and conveniently manage your open tabs
File Size 734 KB
Installation Count 2,733
Current Version 4.2.0
Last Updated 2016-07-21
Publish Date 2016-07-21
Rating 4.80/5 Total 56 Ratings
Developer joshperry
Email [email protected]
Payment Type free
Extension Website https://github.com/joshperry/Tab-Manager
Help Page URL https://github.com/joshperry/Tab-Manager/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}