Reload Tabs Button

Reload Tabs Button

Reload all open tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "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"
}