WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TooManyTabs for Chrome

TooManyTabs for Chrome

View on Chrome Web Store
View TooManyTabs for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (1,659 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage your tabs, improve your browsing, and maintain your sanity when you have many tabs open.
Type
Extension
Users
100,000 users
100K
Website visibotech.com
Visibo Team
View author page of Visibo Team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 8, 2009
Version 2.4.1
Manifest version
3
Updated
Updated on May 8, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TooManyTabs for Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "TooManyTabs",
    "version": "2.4.1",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "background": {
        "service_worker": "core\/service_worker.js"
    },
    "icons": {
        "16": "img\/tmtchrome_logo16.png",
        "32": "img\/tmtchrome_logo32.png",
        "48": "img\/tmtchrome_logo48.png",
        "128": "img\/tmtchrome_logo128.png"
    },
    "options_page": "core\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "favicon"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "open-tmt-window": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T"
            },
            "description": "Open TMT Window"
        },
        "send-active-tmt": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "Send Active Tab to TMT"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: chrome:\/\/favicon"
    },
    "minimum_chrome_version": "99",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/tmtchrome_browserbutton.png",
        "default_title": "TooManyTabs for Chrome",
        "default_popup": "core\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top