PlumGO
Download Product Images
Wat is PlumGO?
PlumGO is een Chrome-extensie ontwikkeld door zongjiefu, en de belangrijkste functie is "Download Product Images".
Extensie Screenshots
Download het CRX-bestand van de extensie PlumGO
Download PlumGO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
1、一键下载1688、淘宝、天猫商品图片功能 2、自动以产品ID、货号生成文件夹,归档图片 3、自动检测排出页面小于 300*300 的图片 4、更新支持部分shopify站点 注意: 目标图片完全加载后,鼠标右击启动插件!
Basisinformatie over de Extensie
Naam | PlumGO |
ID | gojfcophnehcpefkgpnpokpicogpddhk |
Officiële URL | https://chromewebstore.google.com/detail/plumgo/gojfcophnehcpefkgpnpokpicogpddhk |
Beschrijving | Download Product Images |
Bestandsgrootte | 101 KB |
Aantal Installaties | 125 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-07-27 |
Publicatiedatum | 2018-07-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | zongjiefu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |