Search Amazon by Image

Right click on any image to Search Amazon.com products through google image search.

What is Search Amazon by Image?

Search Amazon by Image is a Chrome extension developed by extensionteamdev, and its main feature is "Right click on any image to Search Amazon.com products through google image search.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Search Amazon by Image Extension CRX File

Download Search Amazon by Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
Official URL 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.
File Size 787 KB
Installation Count 24,490
Current Version 1.3
Last Updated 2020-06-03
Publish Date 2020-06-01
Rating 1.91/5 Total 23 Ratings
Developer extensionteamdev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://freeconverting.com/privacy.php
Supported Languages 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"
    ]
}