Search Amazon by Image
Right click on any image to Search Amazon.com products through google image search.
Qu'est-ce que Search Amazon by Image ?
Search Amazon by Image est une extension Chrome développée par extensionteamdev, et sa fonction principale est "Right click on any image to Search Amazon.com products through google image search.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Amazon by Image
Téléchargez les fichiers d'extension Search Amazon by Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Search Amazon by Image |
ID | fhjmapkoajhjpeafhjanfjbeakfcjoob |
URL Officiel | https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob |
Description | Right click on any image to Search Amazon.com products through google image search. |
Taille du Fichier | 787 KB |
Nombre d'Installations | 24,490 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-06-03 |
Date de Publication | 2020-06-01 |
Évaluation | 1.91/5 Total 23 Évaluations |
Développeur | extensionteamdev |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://freeconverting.com/privacy.php |
Langues Prises en Charge | 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" ] } |