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 Toggle",
"description": "This extension adds a shortcut to toggle through recent active tabs.",
"version": "1.0.4",
"author": "Bengt Brodersen",
"permissions": [],
"background": {
"service_worker": "background.js"
},
"commands": {
"toggle-tabs": {
"suggested_key": {
"default": "Alt+Q",
"mac": "Alt+Q"
},
"description": "Toggle Tabs"
}
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
}