PlumGO
Download Product Images
What is PlumGO?
PlumGO is a Chrome extension developed by zongjiefu, and its main feature is "Download Product Images".
Extension Screenshots
Download PlumGO Extension CRX File
Download PlumGO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1、一键下载1688、淘宝、天猫商品图片功能 2、自动以产品ID、货号生成文件夹,归档图片 3、自动检测排出页面小于 300*300 的图片 4、更新支持部分shopify站点 注意: 目标图片完全加载后,鼠标右击启动插件!
Extension Basic Information
Name | PlumGO |
ID | gojfcophnehcpefkgpnpokpicogpddhk |
Official URL | https://chromewebstore.google.com/detail/plumgo/gojfcophnehcpefkgpnpokpicogpddhk |
Description | Download Product Images |
File Size | 101 KB |
Installation Count | 125 |
Current Version | 1.4 |
Last Updated | 2018-07-27 |
Publish Date | 2018-07-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | zongjiefu |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlumGO", "version": "1.4", "description": "Download Product Images", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Plum GO", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus", "downloads" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |