PlumGO
Download Product Images
Hvad er PlumGO?
PlumGO er en Chrome-udvidelse udviklet af zongjiefu, og dens hovedfunktion er "Download Product Images".
Udvidelsesskærmbilleder
Download PlumGO-udvidelses-CRX-fil
Download PlumGO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        1、一键下载1688、淘宝、天猫商品图片功能
2、自动以产品ID、货号生成文件夹,归档图片
3、自动检测排出页面小于 300*300 的图片
4、更新支持部分shopify站点
注意: 目标图片完全加载后,鼠标右击启动插件!                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | gojfcophnehcpefkgpnpokpicogpddhk | 
| Officiel URL | https://chromewebstore.google.com/detail/plumgo/gojfcophnehcpefkgpnpokpicogpddhk | 
| Beskrivelse | Download Product Images | 
| Filstørrelse | 101 KB | 
| Antal Installationer | 125 | 
| Nuværende Version | 1.4 | 
| Senest Opdateret | 2018-07-27 | 
| Udgivelsesdato | 2018-07-27 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | zongjiefu | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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
    }
}  |  |