Auto Download Image 1688 Taobao Tmall

This is software that automatically downloads images at website 1688.com taobao.com tmall.com

什麼是Auto Download Image 1688 Taobao Tmall?

Auto Download Image 1688 Taobao Tmall是由JOHNY NGUYỄN開發的Chrome擴展程式,該擴展的主要功能是“This is software that automatically downloads images at website 1688.com taobao.com tmall.com”。

擴展截圖

screenshot
screenshot

下載Auto Download Image 1688 Taobao Tmall擴展crx文件

下載Auto Download Image 1688 Taobao Tmall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introduce:
This is a tool that automatically downloads multiple images from 1688 taobao and tmall.com quickly, It can get full resolution of the image
User manual: 
You need to show all images displayed in the thumbnail section And so is the product description, Then just click the Download button on the chrome utility
Enjoy                    

擴展基本資訊

名稱 Auto Download Image 1688 Taobao Tmall Auto Download Image 1688 Taobao Tmall
ID gnplndpflikoklmbimadjhbjgbnajjdk
官方網址 https://chromewebstore.google.com/detail/auto-download-image-1688/gnplndpflikoklmbimadjhbjgbnajjdk
簡介 This is software that automatically downloads images at website 1688.com taobao.com tmall.com
檔案大小 42.77 KB
安裝次數 126
目前版本 1.4
更新時間 2019-12-11
上架時間 2019-12-11
評分 5.00/5 共 7 次評分
開發者 JOHNY NGUYỄN
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.facebook.com/Auto-Tool-630109317420730
說明頁面URL https://www.facebook.com/Auto-Tool-630109317420730
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Download Image 1688 Taobao Tmall",
    "version": "1.4",
    "description": "This is software that automatically downloads images at website 1688.com taobao.com tmall.com",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "short_name": "This is software that automatically downloads images at website 1688.com taobao.com tmall.com",
    "author": "Nguy\u1ec5n V\u0169",
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Auto Download Image 1688",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/background.js"
            ]
        }
    ]
}