Reverse Image Search

Search similar images in the WEB from context menu

Co to jest Reverse Image Search?

Reverse Image Search to rozszerzenie Chrome opracowane przez Romkaq, a jego główną funkcją jest „Search similar images in the WEB from context menu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reverse Image Search

Pobierz pliki rozszerzeń Reverse 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

                        Reverse Image Search.

You can find out who stole your pictures.

Find similar images in most popular search engines right from context menu!

Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reverse Image Search Reverse Image Search
ID jlneaphkafobihifgfmmhehomoifjijm
Oficjalny URL https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm
Opis Search similar images in the WEB from context menu
Rozmiar pliku 31.03 KB
Liczba instalacji 661
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-05-03
Data Publikacji 2021-05-29
Ocena 3.40/5 Łącznie 5 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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Image Search",
    "description": "Search similar images in the WEB from context menu",
    "version": "1.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}