By: Aaron Fong Add-on
Inspect and view changes in Active Nested Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Active Nested Tabs",
"version": "1.1",
"description": "Addon that loads the largest image file of any nested tabs below the currently selected tab. Requires TreeStyleTabs (TST)",
"icons": {
"16": "icons/hello-16.png",
"48": "icons/hello-48.png",
"128": "icons/hello-128.png"
},
"browser_action": {
"default_icon": {
"16": "icons/hello-16.png",
"48": "icons/hello-48.png",
"128": "icons/hello-128.png"
},
"default_title": "Load Largest Images"
},
"permissions": [
"activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
"http://*/",
"https://*/",
"contextualIdentities",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"optional_permissions": [
"tabHide"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{318859a8-c40c-405a-af6c-8bd1adc6ae98}"
}
}
} Best Active Nested Tabs Alternatives
Here are some Firefox add-ons that are similar to Active Nested Tabs:
TST Hide Tabs
Shane
TST Group Tabs by Domain
jasonkena
ForceLoadTabs
toff@mozilla
TST Active Tab in Collapsed Tree
Piro (piro_or)
TST Relative Tab Count
matru
TST Auto Sticky Tabs
Piro (piro_or)
Sen - For Tree Style Tabs
Sen
TST Lock Tree Collapsed
Piro (piro_or)
Largest image
mihkeltt
TST New Tabs First
kytmizuno
Tree Style Tab Mouse Wheel
Joshua Cantara
TST Focus Preceding Tab On Close
Firefox user 13934280