Replace All in Tabs Firefox

Examine source code of Replace All in Tabs

By: Nye Liu Add-on
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: