By: Nobuyuki Honda
Inspect and view changes in Alt New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Alt New Tab",
"version": "0.5",
"description": "Alt+[Shift]+N to open an alternative new tab that contains your HTML and script without focus the address bar",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "57.0"
}
},
"icons": {
"48": "icon.svg"
},
"permissions": [
"cookies",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"commands": {
"newtab": {
"description": "Insert after the last tab",
"suggested_key": {
"default": "Alt+N"
}
},
"newtab_after_current": {
"description": "Insert after the current tab",
"suggested_key": {
"default": "Alt+Shift+N"
}
},
"newtab_container": {
"description": "Insert after the last tab (current container)"
},
"newtab_after_current_container": {
"description": "Insert after the current tab (current container)"
}
}
} Best Alt New Tab Alternatives
Here are some Firefox add-ons that are similar to Alt New Tab:
Last Tab
Mehedi Hasan
Active Tab History
Nobuyuki Honda
New tab Plus 2
TRM79
Open Adjacent New Tab
Pranav Mangal
New Tab After Current
breadleaf
Blank New Tab
xofe
Open Link and New Tab Next to Current
zyohan
Duplicate Tab Shortcut
Stefan Sundin
New Tab Override
Sören Hentzschel
Switch To Previous Active Tab & Reload All Tabs
jscher2000