By: Nextor
Inspect and view changes in Tab Opener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Opener",
"description": "Open a list o links or a selector of links in tabs",
"version": "1.2resigned1",
"background": {
"scripts": [
"js/PromiseUtils/PromiseUtils.js",
"js/ExtensionFramework/Server.js",
"js/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/PromiseUtils/PromiseUtils.js",
"js/ExtensionFramework/Client.js",
"js/content.js"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "{52e97d50-cc89-491f-a002-c493f51e3d45}"
}
}
} Best Tab Opener Alternatives
Here are some Firefox add-ons that are similar to Tab Opener: