Yandex Image Search

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

What is Yandex Image Search?

Yandex Image Search is a Chrome extension developed by Romkaq, and its main feature is "This extension adds a context menu option for selected image in order to find it on Yandex.".

Extension Screenshots

screenshot
screenshot

Download Yandex Image Search Extension CRX File

Download Yandex Image Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add an option to the context menu "Search for an image in Yandex" Search for an image with a right click in Yandex.

You can choose between Ru and Com!

Find images similar to selected image in Yandex.                    

Extension Basic Information

Name Yandex Image Search Yandex Image Search
ID ahdgpjglhilgedmbjjfegobblfpidabp
Official URL https://chromewebstore.google.com/detail/yandex-image-search/ahdgpjglhilgedmbjjfegobblfpidabp
Description This extension adds a context menu option for selected image in order to find it on Yandex.
File Size 6.72 KB
Installation Count 3,189
Current Version 2.2
Last Updated 2023-01-16
Publish Date 2021-06-29
Rating 5.00/5 Total 4 Ratings
Developer Romkaq
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rq-dev.github.io/chrome-extensions-privacy-policy
Supported Languages en,ru
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"
    }
}