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
公式URL 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
Eメール [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"
            ]
        }
    ]
}