Reverse Image Search

Right click on an image and find it's origin in Google image search.

Co to jest Reverse Image Search?

Reverse Image Search to rozszerzenie Chrome opracowane przez dejan-tools, a jego główną funkcją jest „Right click on an image and find it's origin in Google image search.”.

Zrzuty ekranu rozszerzenia

screenshot
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

                        Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reverse Image Search Reverse Image Search
ID pnbjgbjnfhgmgndhgipcgdjjjagihbkh
Oficjalny URL https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh
Opis Right click on an image and find it's origin in Google image search.
Rozmiar pliku 16.08 KB
Liczba instalacji 8,124
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2021-12-10
Data Publikacji 2019-08-27
Ocena 4.13/5 Łącznie 55 Oceny
Deweloper dejan-tools
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dejanmarketing.com/
Adres URL Strony Pomocy https://dejanmarketing.com/contact-us/
Obsługiwane Języki en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "Right click on an image and find it's origin in Google image search.",
    "homepage_url": "http:\/\/dejanseo.com.au\/",
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB",
    "manifest_version": 3,
    "name": "Reverse Image Search",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}