Reverse Image Search

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

Cos'è Reverse Image Search?

Reverse Image Search è un'estensione di Chrome sviluppata da dejan-tools, e la sua funzione principale è "Right click on an image and find it's origin in Google image search.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reverse Image Search

Scarica i file di estensione Reverse Image Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reverse Image Search Reverse Image Search
ID pnbjgbjnfhgmgndhgipcgdjjjagihbkh
URL Ufficiale https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh
Descrizione Right click on an image and find it's origin in Google image search.
Dimensione del File 16.08 KB
Conteggio Installazioni 8,124
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-12-10
Data di Pubblicazione 2019-08-27
Valutazione 4.13/5 Totale 55 Valutazioni
Sviluppatore dejan-tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dejanmarketing.com/
URL della Pagina di Aiuto https://dejanmarketing.com/contact-us/
Lingue Supportate 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"
}