Search by Image on Google

Search by Image on Google

Right click on an image to search Google for related images or versions in different sizes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.7",
  "description": "__MSG_extensionDescription__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "storage"
  ],
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{1d6267dd-4b37-459a-84da-a5d2580daa6a}"
    }
  }
}