Search by image on Aliexpress

The extension allows you to use any picture (photo) to quickly search for products on Aliexpress

什麼是Search by image on Aliexpress?

Search by image on Aliexpress是由itcashback開發的Chrome擴展程式,該擴展的主要功能是“The extension allows you to use any picture (photo) to quickly search for products on Aliexpress”。

擴展截圖

screenshot
screenshot

下載Search by image on Aliexpress擴展crx文件

下載Search by image on Aliexpress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        What is this supplement for?

This add-on allows you to quickly find the goods you need (from the photo) in the popular Aliexpress store. If you saw goods on some website that you want to buy on Aliexpress you need to take a few simple steps:

1. Install this application "Search by image on Aliexpress" (you need to do it once)
2. On any site, click on the picture (photo) with the right mouse button.
3. In the context menu, click "Search Pictures on Aliexpress.ru"

After which you will be redirected to the website of Aliexpress store where as a result of the search
You will need goods. This is a very simple application that saves you time.                    

擴展基本資訊

名稱 Search by image on Aliexpress Search by image on Aliexpress
ID cmkhghjjbnkidoplhmeiplccpfkffpek
官方網址 https://chromewebstore.google.com/detail/search-by-image-on-aliexp/cmkhghjjbnkidoplhmeiplccpfkffpek
簡介 The extension allows you to use any picture (photo) to quickly search for products on Aliexpress
檔案大小 56.29 KB
安裝次數 696
目前版本 0.4.0
更新時間 2023-12-10
上架時間 2020-06-09
評分 3.44/5 共 18 次評分
開發者 itcashback
電子郵箱 [email protected]
付費類型 free
擴展官網 https://serchimage.xyz/
隱私政策頁面URL https://itcashback.com/site/privacy
支援的語言 en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.0",
    "icons": {
        "128": "\/img\/128.png",
        "48": "\/img\/48.png",
        "16": "\/img\/16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start page"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/serchimage.xyz\/"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}