Reload Current Window Tabs Firefox

Examine source code of Reload Current Window Tabs

Inspect and view changes in Reload Current Window Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reload All Tabs",
  "version": "1.0",
  "description": "Reload all tabs in the current Firefox window with a keyboard shortcut.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "reload-all-tabs": {
      "suggested_key": {
        "mac": "Command+Alt+R"
      },
      "description": "Reload all tabs in the current window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reload-all-tabs@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Reload Current Window Tabs Alternatives

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