Yandex Image Search

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

Co to jest Yandex Image Search?

Yandex Image Search to rozszerzenie Chrome opracowane przez Romkaq, a jego główną funkcją jest „This extension adds a context menu option for selected image in order to find it on Yandex.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Yandex Image Search

Pobierz pliki rozszerzeń Yandex Image Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Yandex Image Search Yandex Image Search
ID ahdgpjglhilgedmbjjfegobblfpidabp
Oficjalny URL https://chromewebstore.google.com/detail/yandex-image-search/ahdgpjglhilgedmbjjfegobblfpidabp
Opis This extension adds a context menu option for selected image in order to find it on Yandex.
Rozmiar pliku 6.72 KB
Liczba instalacji 3,189
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2023-01-16
Data Publikacji 2021-06-29
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Romkaq
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://rq-dev.github.io/chrome-extensions-privacy-policy
Obsługiwane Języki 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"
    }
}