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",
"name": "Tab Manager Plus for Chrome",
"short_name": "Tab Manager+",
"version": "6.0.0",
"manifest_version": 3,
"offline_enabled": true,
"description": "Quickly find open tabs, see all windows in one view, find duplicates and limit tabs per window. The best Tab Manager for Chrome.",
"author": "stefanXO",
"icons": {
"16": "images\/browsers16.png",
"48": "images\/browsers48.png",
"64": "images\/browsers64.png",
"128": "images\/browsers128.png",
"256": "images\/browsers256.png"
},
"permissions": [
"tabs",
"contextMenus",
"storage",
"favicon"
],
"optional_permissions": [
"system.display"
],
"incognito": "spanning",
"background": {
"service_worker": "dist\/service_worker\/service_worker.js"
},
"action": {
"default_icon": {
"16": "images\/browsers16.png",
"48": "images\/browsers48.png",
"64": "images\/browsers64.png",
"128": "images\/browsers128.png",
"256": "images\/browsers256.png"
}
},
"options_ui": {
"page": "options.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"windows": "Ctrl+Shift+M",
"mac": "Command+Shift+M"
}
},
"switch_to_previous_active_tab": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"windows": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space"
},
"description": "Switches to previously active tab"
}
}
}