TinEye Reverse Image Search

TinEye Reverse Image Search

This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TinEye Reverse Image Search",
  "version": "2.0.3",
  "description": "This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.",
  "icons": {
    "16": "tineye16.png",
    "48": "tineye48.png",
    "128": "tineye128.png"
  },
  "minimum_chrome_version": "88",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "homepage_url": "https://tineye.com"
}