Extends TreeStyleTab (https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/) to middle click reopen closed tabs.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "tst-middleclick@alexendris.com",
"strict_min_version": "57.0a1"
}
},
"manifest_version": 2,
"name": "TST-MiddleClick",
"version": "1.2.0",
"description": "Extends TreeStyleTab to middle click reopen closed tabs",
"background": {
"scripts": [
"middleClick.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"permissions": [
"sessions",
"tabs",
"storage"
]
}