E-commerce Product Image Downloader

Chrome-extension For Downloading E-commerce Product Images

什麼是E-commerce Product Image Downloader?

E-commerce Product Image Downloader是由Gondaliya Krish開發的Chrome擴展程式,該擴展的主要功能是“Chrome-extension For Downloading E-commerce Product Images”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載E-commerce Product Image Downloader擴展crx文件

下載E-commerce Product Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With this Extension, you will be able to download the E-commerce Products Images with one click.
Amazon, Flipkart, Alibaba, AliExpress, and many more are supported by this extension.
Your browser will be 100% safe with this extension.

Here's how to use it

1. You must first install the Chrome extension from the Google Web Store. 
2. Go to any of the E-commerce websites that are mentioned in the list of supported websites and go to the product page. 
3. Once the product page has loaded, click on the extension icon. 
4. Using the Download button, you can download the .zip file.                    

擴展基本資訊

名稱 E-commerce Product Image Downloader E-commerce Product Image Downloader
ID ngjndhfppbmlpgfmchefjkbhigbhpphi
官方網址 https://chromewebstore.google.com/detail/e-commerce-product-image/ngjndhfppbmlpgfmchefjkbhigbhpphi
簡介 Chrome-extension For Downloading E-commerce Product Images
檔案大小 7.6 MB
安裝次數 5,367
目前版本 0.00.2
更新時間 2022-11-21
上架時間 2021-09-15
評分 2.92/5 共 12 次評分
開發者 Gondaliya Krish
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Chrome-extension For Downloading E-commerce Product Images",
    "name": "E-commerce Product Image Downloader",
    "version": "0.00.2",
    "web_accessible_resources": [
        "website_logo\/*.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Logo\/download.png",
        "default_title": "Click here to download the products image",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}