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",
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"commands": {
"close-other-tabs-dp": {
"description": "Close other tabs",
"suggested_key": {
"default": "Alt+O"
}
},
"close-left-tabs-dp": {
"description": "Close tabs to the left",
"suggested_key": {
"default": "Alt+L"
}
},
"close-right-tabs-dp": {
"description": "Close tabs to the right",
"suggested_key": {
"default": "Alt+R"
}
},
"toggle-pin-dp": {
"description": "Pin\/unpin Tab",
"suggested_key": {
"default": "Alt+P"
}
}
},
"description": "Add hotkeys to 1)close tabs to the left, 2)close tabs to the right, 3)close other tabs, 4)toggle tab pinning",
"icons": {
"48": "images\/tabs_48.png",
"128": "images\/tabs_128.png"
},
"manifest_version": 3,
"name": "Keyboard shortcuts to manage Chrome tabs",
"short_name": "Shortcuts to manage tabs",
"options_page": "options.html",
"permissions": [],
"version": "0.3.2"
}