Refresh tab

Refresh tab

Refresh a tab with a selectable interval.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "version": "0.14",
  "default_locale": "en",
  "icons": {
    "128": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "page_action": {
    "default_icon": "icon.svg",
    "browser_style": true
  }
}