Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" } } }