Search Amazon by Image
Right click on any image to Search Amazon.com products through google image search.
Cos'è Search Amazon by Image?
Search Amazon by Image è un'estensione di Chrome sviluppata da extensionteamdev, e la sua funzione principale è "Right click on any image to Search Amazon.com products through google image search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Amazon by Image
Scarica i file di estensione Search Amazon by Image 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
Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now. Search Amazon by any keyword or image you find randomly on any website, you are just right click away. Or just click extension icon and search Amazon Products you love from there. From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon v1.2 Minor logic fix in popup search. -------------------------------------- All product names, logos, and brands are property of their respective owners.
Informazioni di Base sull'Estensione
Nome | Search Amazon by Image |
ID | fhjmapkoajhjpeafhjanfjbeakfcjoob |
URL Ufficiale | https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob |
Descrizione | Right click on any image to Search Amazon.com products through google image search. |
Dimensione del File | 787 KB |
Conteggio Installazioni | 24,490 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-06-03 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 1.91/5 Totale 23 Valutazioni |
Sviluppatore | extensionteamdev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://freeconverting.com/privacy.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Amazon by Image", "default_locale": "en", "description": "Right click on any image to Search Amazon.com products through google image search.", "background": { "scripts": [ "background.js" ] }, "version": "1.3", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "web_accessible_resources": [ "images\/*.png", "popup.js", "style.css" ] } |