Search Amazon by Image

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

Co to jest Search Amazon by Image?

Search Amazon by Image to rozszerzenie Chrome opracowane przez extensionteamdev, a jego główną funkcją jest „Right click on any image to Search Amazon.com products through google image search.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search Amazon by Image

Pobierz pliki rozszerzeń Search Amazon by Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
Oficjalny URL https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Opis Right click on any image to Search Amazon.com products through google image search.
Rozmiar pliku 787 KB
Liczba instalacji 24,490
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-06-03
Data Publikacji 2020-06-01
Ocena 1.91/5 Łącznie 23 Oceny
Deweloper extensionteamdev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://freeconverting.com/privacy.php
Obsługiwane Języki 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"
    ]
}