By: Pranav Mangal Add-on
Inspect and view changes in Open Adjacent New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Open Adjacent New Tab",
"description": "Opens a new tab adjacent to the current tab",
"author": "Pranav Mangal",
"version": "1.1.0",
"homepage_url": "https://github.com/pranavmangal/firefox-open-adjacent-new-tab",
"browser_specific_settings": {
"gecko": {
"id": "open-adjacent-new-tab@pranavmangal"
}
},
"icons": {
"48": "icons/adjacent-new-tab.svg",
"96": "icons/adjacent-new-tab.svg"
},
"background": {
"scripts": [
"worker.js"
]
},
"commands": {
"open-adjacent-new-tab": {
"suggested_key": {
"default": "Ctrl+Alt+T"
},
"description": "Open a new tab adjacent to the current tab"
}
},
"browser_action": {
"default_icon": {
"32": "icons/copy-plus-black.png"
},
"default_area": "tabstrip",
"default_title": "Open Adjacent New Tab",
"theme_icons": [
{
"light": "icons/copy-plus-white.png",
"dark": "icons/copy-plus-black.png",
"size": 32
}
]
},
"permissions": [
"tabs"
]
} Best Open Adjacent New Tab Alternatives
Here are some Firefox add-ons that are similar to Open Adjacent New Tab:
Create New Tab Next to Current
Cgemici
Tabulous
Brede Kjølhamar
Open Tab Next To Current
mysupersuit
Open Tabs Next to Current (Shortcut)
lapinozz
Open Link and New Tab Next to Current
zyohan
Open Tab Next Right to Current
toshi
Close Tabs Shortcuts
mortalis
New Tab After Current
breadleaf
New Tab Beside
Firefox user 13285943
Open Tabs Next to Current PLUS
Serhii
New Tab Context
Luke Baker
Alt New Tab
Nobuyuki Honda