Inspect and view changes in Replace All in Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Replace All in Tabs",
"description": "Replace existing tabs with all bookmarks from a bookmark folder",
"version": "1.1.2",
"version_name": "1.1.2",
"author": "Nye Liu",
"browser_specific_settings": {
"gecko": {
"id": "RAiT@nyet.org",
"strict_min_version": "79.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"48": "icons/rait.svg",
"96": "icons/rait.svg"
},
"browser_action": {
"default_title": "Replace All in Tabs",
"default_icon": "icons/rait.svg",
"browser_style": true,
"default_popup": "options/options.html"
},
"background": {
"scripts": [
"browser-polyfill.js",
"background.js"
]
},
"options_ui": {
"page": "options/options.html"
},
"permissions": [
"storage",
"bookmarks",
"contextMenus",
"tabs"
]
} Best Replace All in Tabs Alternatives
Here are some Firefox add-ons that are similar to Replace All in Tabs:
Tab Replacer
shauyrya
Open Link in New Tab
Edutek
Reload All Tabs in Window
ericchase
Tabs Tools
Ray James
Close Tabs to the Right
Michał Kopeć
Reload All Tabs
Glin
Reload All Tabs (in Window)
ericchase
Bookmark All Tabs
yoasif
Copy All Tabs
Charles
Switch To Previous Active Tab & Reload All Tabs
jscher2000
Tab Master Control
Patrick Dark
Close Other Tabs
constructor