AliExpress Search by Image and Download

Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.

什么是AliExpress Search by Image and Download?

AliExpress Search by Image and Download是由ok开发的Chrome扩展程序,该扩展的主要功能是“Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AliExpress Search by Image and Download扩展crx文件

下载AliExpress Search by Image and Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Aliexpress search by image and download all product images in one click. Best tool for Aliexpress search by image and download images. Check if the product is sold cheaper by another AliExpress seller.                    

扩展基本信息

名称 AliExpress Search by Image and Download AliExpress Search by Image and Download
ID faklajjdekhkmkjhdknbikcikhofompi
官方URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi
简介 Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.
文件大小 23.62 KB
安装次数 1,481
当前版本 1.0.9.5
更新时间 2020-05-06
上架时间 2020-05-05
评分 4.40/5 共10次评分
开发者 ok
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,en-GB,en-US,fr,tr,es,lt,hu,pl,ro,cs,bg,ru
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/myscripts.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon47.png",
        "32": "images\/icon47.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_chrome_extension_name__",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/download.ico"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9.5"
}