E-commerce Helper
download images in 1688, alibaba, aliexpress, amazon, shopee, ebay, taobao,made-in-china
什么是E-commerce Helper?
E-commerce Helper是由Logan开发的Chrome扩展程序,该扩展的主要功能是“download images in 1688, alibaba, aliexpress, amazon, shopee, ebay, taobao,made-in-china”。
扩展截图
下载E-commerce Helper扩展crx文件
下载E-commerce Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
download images in 1688, alibaba, aliexpress, amazon, shopee, ebay, taobao,made-in-china 扩展基本信息
| 名称 | |
| ID | lfnflgneeaghnabapckogkopdnibdlpl |
| 官方URL | https://chromewebstore.google.com/detail/e-commerce-helper/lfnflgneeaghnabapckogkopdnibdlpl |
| 简介 | download images in 1688, alibaba, aliexpress, amazon, shopee, ebay, taobao,made-in-china |
| 文件大小 | 3.87 KB |
| 安装次数 | 91 |
| 当前版本 | 0.4 |
| 更新时间 | 2019-10-09 |
| 上架时间 | 2019-10-08 |
| 开发者 | Logan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "E-commerce Helper",
"version": "0.4",
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/BigSully\/ecommerce_helper",
"commands": {
"DOWNLOAD_IMAGES": {
"description": "Download images",
"suggested_key": {
"windows": "Alt+D",
"mac": "Alt+D",
"chromeos": "Alt+D",
"linux": "Alt+D"
}
}
},
"permissions": [
"storage"
],
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |