By: OpenAddons
Inspect and view changes in Adjacent New Tabs for Android source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Adjacent New Tab",
"version": "2",
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_action": {
"default_title": "Open Adjacent Tab"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_specific_settings": {
"gecko": {
"id": "OpenAddons@example.null",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"web_accessible_resources": [
"newtab.html",
"newtab.js",
"newtab.css"
]
} Best Adjacent New Tabs for Android Alternatives
Here are some Firefox add-ons that are similar to Adjacent New Tabs for Android:
New Tab For Android
mortalis
AN1 Android New Tab
Alex
New tab redirect
Irvirty
New tab redirect
Irvirty
New Tab Redirect
Irvirty
Open New Tabs Right of Current
mitigd
New Tab Context
Luke Baker
New Tab Google Home
Ruan Petersen
Right Click Link New Tab
Bg Dam
New Tab
Leigh Brenecki
Open in active tab when opened from command line
zupffwhy