Search Amazon by Image

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

Что такое Search Amazon by Image?

Search Amazon by Image - это расширение Chrome, разработанное extensionteamdev, и его основная функция - "Right click on any image to Search Amazon.com products through google image search.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Search Amazon by Image

Скачайте файлы расширений Search Amazon by Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
Официальный URL https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Описание Right click on any image to Search Amazon.com products through google image search.
Размер файла 787 KB
Количество установок 24,490
Текущая Версия 1.3
Последнее Обновление 2020-06-03
Дата публикации 2020-06-01
Рейтинг 1.91/5 Всего 23 оценок
Разработчик extensionteamdev
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://freeconverting.com/privacy.php
Поддерживаемые языки 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"
    ]
}