Reload Tabs Button Firefox

Examine source code of Reload Tabs Button

Inspect and view changes in Reload Tabs Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "reload-all-tabs-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "reload-all-tabs-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tabs-refresh.png",
      "24": "icons/24-tabs-refresh.png",
      "32": "icons/32-tabs-refresh.png",
      "48": "icons/48-tabs-refresh.png"
    },
    "default_title": "__MSG_reloadAllTabsLabel__"
  },
  "default_locale": "en_US",
  "description": "Reload all open tabs.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tabs-refresh.png",
    "24": "icons/24-tabs-refresh.png",
    "32": "icons/32-tabs-refresh.png",
    "48": "icons/48-tabs-refresh.png"
  },
  "manifest_version": 2,
  "name": "Reload Tabs Button",
  "options_ui": {
    "browser_style": true,
    "page": "option/option.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.4resigned1"
}

Best Reload Tabs Button Alternatives

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