Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Hot Keys",
"description": "Assign up to 4 keyboard shortcuts to get straight to the tab(s) with your email, docs or other core content in it.",
"version": "1.1",
"icons": {
"64": "64.png",
"128": "128.png"
},
"action": {
"default_icon": "128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"tab-hot-key-1": {
"suggested_key": {
"default": "Alt+Shift+1"
},
"description": "Tab Hot Key 1"
},
"tab-hot-key-2": {
"suggested_key": {
"default": "Alt+Shift+2"
},
"description": "Tab Hot Key 2"
},
"tab-hot-key-3": {
"suggested_key": {
"default": "Alt+Shift+3"
},
"description": "Tab Hot Key 3"
},
"tab-hot-key-4": {
"suggested_key": {
"default": "Alt+Shift+4"
},
"description": "Tab Hot Key 4"
}
},
"options_page": "options.html",
"permissions": [
"storage",
"tabs",
"contextMenus"
]
}