Find this pic

Find this pic

Search any web-image via Google Images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find this pic",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Search any web-image via Google Images.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "searchresults.js"
    ]
  },
  "icons": {
    "16": "shutter-16.png",
    "48": "shutter-48.png",
    "128": "shutter-128.png"
  }
}