AliExpress Search By Image

Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!

什么是AliExpress Search By Image?

AliExpress Search By Image是由https://aliseeks.com开发的Chrome扩展程序,该扩展的主要功能是“Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!”。

扩展截图

screenshot
screenshot

下载AliExpress Search By Image扩展crx文件

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

扩展使用说明

                        Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress.

Very easy to use, just right click on an Image and click "Search AliExpress By Image" .

* Install the chrome extension
* Find any image and right click "Search AliExpress By Image"
* Browse through results on Aliseeks.
* Click on products and view them on AliExpress.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

扩展基本信息

名称 AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
官方URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
简介 Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
文件大小 46.05 KB
安装次数 177,197
当前版本 1.0.0.4
更新时间 2019-08-19
上架时间 2019-08-18
评分 3.80/5 共54次评分
开发者 https://aliseeks.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.aliseeks.com
帮助页面URL https://www.aliseeks.com
支持的语言 en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.0.4",
    "author": "Alex Bello",
    "background": {
        "scripts": [
            "src\/environment.js",
            "src\/backgroundContextMenus.js",
            "src\/utilityFunctions.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Aliexpress Search By Image | Does not search Google"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    }
}