ZoomOne (Simple and Intuitive Zoom)

ZoomOne (Simple and Intuitive Zoom)

Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ZoomOne (Simple and Intuitive Zoom)",
  "version": "0.1",
  "background": {},
  "browser_action": {
    "default_icon": "icon.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "zoom.js",
        "popup.js"
      ]
    }
  ],
  "manifest_version": 2
}