Inspect and view changes in Create New Tab Next to Current source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Create New Tab Next to Current",
"version": "1.0",
"description": "Open a new tab next to the current one using a hotkey",
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"new-tab-next-to-current": {
"suggested_key": {
"default": "Alt+X"
},
"description": "Open a new tab next to the current one"
}
},
"manifest_version": 2
}