Image zoom and drag

Image zoom and drag

Image zoom and drag

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Image zoom and drag",
  "version": "0.0.17",
  "manifest_version": 2,
  "description": "Image zoom and drag",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "image-zoom-and-drag.js"
      ],
      "all_frames": true
    }
  ]
}