WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Group Manager - Save, Restore & Backup Tab Groups Across Sessions

Tab Group Manager - Save, Restore & Backup Tab Groups Across Sessions

View on Chrome Web Store
View Tab Group Manager - Save, Restore & Backup Tab Groups Across Sessions Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (17 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Save, restore & organize tab groups. Auto-save, sidebar panel, smart search, keyboard shortcuts & session backup. By Zovo.
Type
Extension
Users
19 users
4
Autom8 LLC
View author page of Autom8 LLC
Published
Published on February 19, 2026
Version 0.2.7
Manifest version
3
Updated
Updated on March 4, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Group Manager - Save, Restore & Backup Tab Groups Across Sessions 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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "Tab Groups",
    "version": "0.2.7",
    "version_name": "0.2.0 Beta",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/zovo.one",
    "permissions": [
        "storage",
        "tabGroups",
        "tabs",
        "sidePanel",
        "alarms",
        "notifications"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "side_panel": {
        "default_path": "src\/sidebar\/sidebar.html"
    },
    "action": {
        "default_title": "__MSG_extActionTitle__",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "src\/background\/service-worker.js"
    },
    "commands": {
        "save-current-group": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Save current tab group"
        },
        "search-tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Search all tabs"
        },
        "toggle-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+G"
            },
            "description": "Toggle sidebar panel"
        }
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "options_page": "src\/options\/options.html",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com; connect-src 'self' https:\/\/api.zovo.dev https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; object-src 'none'; base-uri 'self'; form-action 'none'"
    },
    "minimum_chrome_version": "116",
    "default_locale": "en",
    "storage": {
        "managed_schema": "managed-schema.json"
    }
}
© 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