Reverse Image Search
Search similar images in the WEB from context menu
Cos'è Reverse Image Search?
Reverse Image Search è un'estensione di Chrome sviluppata da Romkaq, e la sua funzione principale è "Search similar images in the WEB from context menu".
Screenshot dell'Estensione
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
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.
Informazioni di Base sull'Estensione
Nome | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
URL Ufficiale | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
Descrizione | Search similar images in the WEB from context menu |
Dimensione del File | 31.03 KB |
Conteggio Installazioni | 661 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-05-03 |
Data di Pubblicazione | 2021-05-29 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | Romkaq |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Lingue Supportate | 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" } } |