Search Similar Goods by Image

Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.

Что такое Search Similar Goods by Image?

Search Similar Goods by Image - это расширение Chrome, разработанное wei.qi.nick, и его основная функция - "Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.".

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

screenshot

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

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

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

                        Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.                    

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

Название Search Similar Goods by Image Search Similar Goods by Image
ID dfoldfdekjnngahmljpibhbnddclfkcj
Официальный URL https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj
Описание Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Размер файла 37.12 KB
Количество установок 2,000
Текущая Версия 1.3.3
Последнее Обновление 2020-06-14
Дата публикации 2020-06-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик wei.qi.nick
Тип оплаты free
Поддерживаемые языки id,en,fr,es,pt-BR,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "background": {
        "scripts": [
            "build\/main.js",
            "build\/context_menus.js"
        ]
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}