WebExtension.net
WebExtension.net

Tab Manager for Chrome™

View on Chrome Web Store
View Tab Manager for Chrome™ Chrome Extension on Chrome Web Store
4.3 (76 ratings)

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

Quick access to all opened tabs. Manage browser tabs to easily navigate and switch between them.
Type
Extension
Users
600,000 users
100K
20Tabs
View author page of 20Tabs
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 6, 2020
Version 1.0.5
Manifest version
3
Updated
Updated on September 3, 2024
View on Chrome Web Store
View Tab Manager for Chrome™ Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "assets\/static\/128.png",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "commands": {
        "tab-manager": {
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "windows": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Open tab manager"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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