Aliexpress Search by image

Search goods on Aliexpress by image

什麼是Aliexpress Search by image?

Aliexpress Search by image是由FFFFx029A開發的Chrome擴展程式,該擴展的主要功能是“Search goods on Aliexpress by image”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Aliexpress Search by image擴展crx文件

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

擴展使用說明

                        Search items on AliExpress using an image or photo of products in other sites.

How to use:
1. Right Click on the image (picture) with the right mouse button on any site.
2. In the context menu, click "Search goods on Aliexpress by this image"

Very easy to use, lightweight extension to search AliExpress.com items by image.

* Adds “Search and find similar products on AE marketplace” when right clicking an image, the extension will use a third-party website, searchbyimage.com, to find visually similar items on Ali
* Clicking on the extension icon and easily search in AE by text or by image link.
* Allow right clicks in ali site for download and save images/photo, copy text and description of products and items                    

擴展基本資訊

名稱 Aliexpress Search by image Aliexpress Search by image
ID jkcacbjiofjgbnaknoojjboeiinempoa
官方網址 https://chromewebstore.google.com/detail/aliexpress-search-by-imag/jkcacbjiofjgbnaknoojjboeiinempoa
簡介 Search goods on Aliexpress by image
檔案大小 41.72 KB
安裝次數 202,391
目前版本 4.5
更新時間 2024-03-04
上架時間 2020-05-30
評分 3.96/5 共 300 次評分
開發者 FFFFx029A
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://chinapost.ru/privacy/dev.txt
支援的語言 en,en-GB,en-US,ru
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.5",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.searchbyimage.com\/*",
        "https:\/\/*.searchbyimage.ru\/*"
    ],
    "action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}