RevEye Reverse Image Search

RevEye Reverse Image Search

Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RevEye Reverse Image Search",
  "author": "Steven Van Vaerenbergh",
  "description": "Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye.",
  "version": "1.5.2",
  "manifest_version": 2,
  "background": {
    "page": "reveye.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "i/reveye16.png",
    "19": "i/reveye19.png",
    "48": "i/reveye48.png",
    "128": "i/reveye128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "browser_action": {
    "default_name": "Reverse image search",
    "default_icon": "i/reveye48.png",
    "default_popup": "popup.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx"
}