TinEye Reverse Image Search

TinEye Reverse Image Search

Click on any image on the web to search for it on TinEye. Recommended by Firefox! Discover where an image came from, see how it is being used, check if modified versions exist or locate high resolution versions. Made with love by the TinEye team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TinEye Reverse Image Search",
  "version": "2.0.4",
  "description": "This is the official TinEye Firefox 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": "40.0.0.0",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "content_script.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "homepage_url": "https://tineye.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}