PlumGO

Download Product Images

Vad är PlumGO?

PlumGO är en Chrome-tillägg utvecklad av zongjiefu, och dess huvudfunktion är "Download Product Images".

Tilläggsskärmbilder

screenshot

Ladda ner PlumGO-förlängningens CRX-fil

Ladda ner PlumGO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        1、一键下载1688、淘宝、天猫商品图片功能
2、自动以产品ID、货号生成文件夹,归档图片
3、自动检测排出页面小于 300*300 的图片
4、更新支持部分shopify站点

注意: 目标图片完全加载后,鼠标右击启动插件!                    

Grundläggande Information om Tillägg

Namn PlumGO PlumGO
ID gojfcophnehcpefkgpnpokpicogpddhk
Officiell webbadress https://chromewebstore.google.com/detail/plumgo/gojfcophnehcpefkgpnpokpicogpddhk
Beskrivning Download Product Images
Filstorlek 101 KB
Antal Installationer 125
Aktuell Version 1.4
Senast Uppdaterad 2018-07-27
Publiceringsdatum 2018-07-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare zongjiefu
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}