WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Organizer: Productivity Tool

Tab Organizer: Productivity Tool

View on Chrome Web Store
View Tab Organizer: Productivity Tool Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (21 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.

Tab manager and productivity tool for Chrome. Group tabs by domain and rules, save tabs, restore tabs, sort tabs, customize colors.
Type
Extension
Users
1,000 users
5
Alex SaaS
View author page of Alex SaaS
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 2, 2024
Version 0.0.32
Manifest version
3
Updated
Updated on August 31, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Organizer: Productivity Tool 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",
    "author": {
        "email": "[email protected]"
    },
    "name": "Tab Organizer: Productivity Tool",
    "description": "Tab manager and productivity tool for Chrome. Group tabs by domain and rules, save tabs, restore tabs, sort tabs, customize colors.",
    "version": "0.0.32",
    "version_name": "0.0.32",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/logo\/16.png",
        "32": "src\/assets\/logo\/32.png",
        "48": "src\/assets\/logo\/48.png",
        "128": "src\/assets\/logo\/128.png"
    },
    "action": {
        "default_title": "Open Tab Organizer"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/ui\/side-panel\/index.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "src\/ui\/options-page\/index.html",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "alarms",
        "sidePanel"
    ],
    "minimum_chrome_version": "114",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.taborganizer.com\/*"
        ]
    },
    "commands": {
        "cmd-tabs-group": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Group tabs"
        },
        "cmd-tabs-save-for-later": {
            "description": "Save tabs for later"
        },
        "cmd-tabs-remove-duplicates": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "Command+Shift+R"
            },
            "description": "Close duplicate tabs"
        },
        "cmd-tabs-sort-by-domain": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Sort tabs by domain"
        },
        "cmd-tabs-sort-by-title": {
            "description": "Sort tabs by title"
        },
        "cmd-tab-groups-expand": {
            "description": "Expand tab groups"
        },
        "cmd-tab-groups-collapse": {
            "description": "Collapse tab groups"
        },
        "cmd-tab-groups-ungroup": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Ungroup tab groups"
        },
        "cmd-tab-groups-sort-by-title": {
            "description": "Sort tab groups by title"
        }
    }
}
© 2025 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