Reverse Image Search

Easily reverse image search with Google image search

Co to jest Reverse Image Search?

Reverse Image Search to rozszerzenie Chrome opracowane przez https://roei.stream, a jego główną funkcją jest „Easily reverse image search with Google image search”.

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

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
Oficjalny URL https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
Opis Easily reverse image search with Google image search
Rozmiar pliku 49.97 KB
Liczba instalacji 219
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-10-20
Data Publikacji 2019-10-20
Deweloper https://roei.stream
Typ Płatności free
Strona Rozszerzenia https://roei.stream
Adres URL Strony Pomocy https://roei.stream/support/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}