Reload All Tabs Firefox

Examine source code of Reload All Tabs

By: Glin
Inspect and view changes in Reload All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.5",
  "manifest_version": 3,
  "name": "Reload All Tabs",
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://mybrowseraddon.com/reload-all-tabs.html",
  "description": "Reload all tabs using keyboard shortcut or toolbar button.",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{4d787612-565e-4a13-be4d-574eb2979032}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "commands": {
    "reload-action": {
      "description": "Reload All Tabs",
      "suggested_key": {
        "mac": "Alt+Shift+C",
        "default": "Alt+Shift+C"
      }
    }
  },
  "action": {
    "default_title": "Reload All Tabs",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Reload All Tabs Alternatives

Here are some Firefox add-ons that are similar to Reload All Tabs: