Google Image Full Screen Viewer

Google Image Full Screen Viewer

This extension lets you view Google images on your whole browser screen without opening new page. Just click on little magnifying…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Image Full Screen Viewer",
  "version": "2.1",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/search?*=*"
      ],
      "js": [
        "contentt.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}