Fast Image Research

Fast Image Research

Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast Image Research",
  "description": "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.",
  "version": "1.502",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "optional_permissions": [
    "tabs",
    "scripting"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/ServiceWorker.js",
    "type": "module"
  },
  "options_page": "html/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "http://usacyborg.com/FastImageResearch",
  "offline_enabled": true,
  "manifest_version": 3
}