Yandex Image Search

Yandex Image Search

This extension adds a context menu option for selected image in order to find it on Yandex.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "2.2",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "script.js"
  },
  "icons": {
    "128": "icon128.png"
  }
}