Search Similar Goods by Image

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

What is Search Similar Goods by Image?

Search Similar Goods by Image is a Chrome extension developed by wei.qi.nick, and its main feature is "Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.".

Extension Screenshots

screenshot

Download Search Similar Goods by Image Extension CRX File

Download Search Similar Goods by Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Search Similar Goods by Image Search Similar Goods by Image
ID dfoldfdekjnngahmljpibhbnddclfkcj
Official URL https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj
Description Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
File Size 37.12 KB
Installation Count 2,000
Current Version 1.3.3
Last Updated 2020-06-14
Publish Date 2020-06-13
Rating 5.00/5 Total 2 Ratings
Developer wei.qi.nick
Payment Type free
Supported Languages 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"
    ]
}