Search Similar Goods by Image
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
什么是Search Similar Goods by Image?
Search Similar Goods by Image是由wei.qi.nick开发的Chrome扩展程序,该扩展的主要功能是“Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.”。
扩展截图
下载Search Similar Goods by Image扩展crx文件
下载Search Similar Goods by Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
扩展基本信息
名称 | |
ID | dfoldfdekjnngahmljpibhbnddclfkcj |
官方URL | https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj |
简介 | Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image. |
文件大小 | 37.12 KB |
安装次数 | 2,000 |
当前版本 | 1.3.3 |
更新时间 | 2020-06-14 |
上架时间 | 2020-06-13 |
评分 | 5.00/5 共2次评分 |
开发者 | wei.qi.nick |
付费类型 | free |
支持的语言 | 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" ] } |