Reload

Reload

Reloads a tab and searches for changed text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reload",
  "description": "Reloads a tab and searches for changed text.",
  "version": "2.1",
  "browser_action": {
    "default_popup": "Reload.html",
    "default_icon": "icon32 TP.png"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32 TP.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://*/*",
    "storage"
  ],
  "manifest_version": 2,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "MacCtrl+Shift+L"
      },
      "description": "Opens Reload.html"
    }
  }
}