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",
"name": "Tab to the Right",
"description": "This extension adds a shortcut to open a new tab to the right side of current active one.",
"version": "1.0.0",
"author": "Bengt Brodersen",
"manifest_version": 3,
"permissions": [],
"background": {
"service_worker": "background.js"
},
"commands": {
"new-tab": {
"suggested_key": {
"default": "Alt+T",
"mac": "Alt+T"
},
"description": "New Tab to the Right"
}
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
}