Search Amazon by Image

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

Wat is Search Amazon by Image?

Search Amazon by Image is een Chrome-extensie ontwikkeld door extensionteamdev, en de belangrijkste functie is "Right click on any image to Search Amazon.com products through google image search.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Search Amazon by Image

Download Search Amazon by Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
Officiële URL https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Beschrijving Right click on any image to Search Amazon.com products through google image search.
Bestandsgrootte 787 KB
Aantal Installaties 24,490
Huidige Versie 1.3
Laatst Bijgewerkt 2020-06-03
Publicatiedatum 2020-06-01
Beoordeling 1.91/5 Totaal 23 Beoordelingen
Ontwikkelaar extensionteamdev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://freeconverting.com/privacy.php
Ondersteunde Talen 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"
    ]
}