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 Shift",
"description": "This extension adds shortcuts to shift tabs.",
"version": "1.1.3",
"author": "Bengt Brodersen",
"manifest_version": 3,
"permissions": [
"tabGroups"
],
"background": {
"service_worker": "background.js"
},
"commands": {
"shift-tab-left": {
"suggested_key": {
"default": "Ctrl+Shift+Left",
"mac": "Command+MacCtrl+Left"
},
"description": "Shift Tab to Left"
},
"shift-tab-right": {
"suggested_key": {
"default": "Ctrl+Shift+Right",
"mac": "Command+MacCtrl+Right"
},
"description": "Shift Tab to Right"
},
"shift-tab-left-edge": {
"suggested_key": {
"default": "Ctrl+Shift+Up",
"mac": "Command+MacCtrl+Up"
},
"description": "Shift Tab to Left Edge"
},
"shift-tab-right-edge": {
"suggested_key": {
"default": "Ctrl+Shift+Down",
"mac": "Command+MacCtrl+Down"
},
"description": "Shift Tab to Right Edge"
}
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
}