Google Search By Image

Google Search By Image

Start a Google "search by image" search directly from an image on a website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.0",
  "default_locale": "en",
  "developer": {
    "name": "MethodGrab",
    "url": "https://github.com/methodgrab/firefox-google-search-by-image"
  },
  "icons": {
    "48": "img/google-logo.svg",
    "96": "img/google-logo.svg"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "56.0"
    }
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}