Search Similar Goods by Image

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

Co to jest Search Similar Goods by Image?

Search Similar Goods by Image to rozszerzenie Chrome opracowane przez wei.qi.nick, a jego główną funkcją jest „Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search Similar Goods by Image

Pobierz pliki rozszerzeń Search Similar Goods 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Search Similar Goods by Image Search Similar Goods by Image
ID dfoldfdekjnngahmljpibhbnddclfkcj
Oficjalny URL https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj
Opis Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Rozmiar pliku 37.12 KB
Liczba instalacji 2,000
Aktualna Wersja 1.3.3
Ostatnia Aktualizacja 2020-06-14
Data Publikacji 2020-06-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper wei.qi.nick
Typ Płatności free
Obsługiwane Języki 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"
    ]
}