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": "Global New Tab Shortcut",
"version": "1.2.1",
"manifest_version": 3,
"icons": {
"128": "new-tab.png"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"new-tab": {
"suggested_key": {
"default": "Alt+G",
"mac": "Command+Shift+S",
"linux": "Alt+G"
},
"description": "Switch to a new tab from any application, ready for searching!"
},
"new-window": {
"description": "Switch to a new window from any application, ready for searching!"
},
"new-incognito-window": {
"description": "Switch to a new *incognito* window from any application, ready for searching! To use this, you need to check the \"Allow in incognito\" checkbox of the extension."
}
}
}