refresh-it

refresh-it

Refresh identified tabs of the current browser window automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "refresh-it",
  "version": "1.23",
  "description": "Refresh identified tabs of the current browser window automatically.",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_page": "option.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "refresh-it.png",
    "default_popup": "popup.html"
  }
}