E-commerce Product Image Downloader

Chrome-extension For Downloading E-commerce Product Images

E-commerce Product Image Downloader là gì?

E-commerce Product Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi Gondaliya Krish, và tính năng chính của nó là "Chrome-extension For Downloading E-commerce Product Images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng E-commerce Product Image Downloader

Tải xuống các tệp mở rộng E-commerce Product Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên E-commerce Product Image Downloader E-commerce Product Image Downloader
ID ngjndhfppbmlpgfmchefjkbhigbhpphi
URL Chính Thức https://chromewebstore.google.com/detail/e-commerce-product-image/ngjndhfppbmlpgfmchefjkbhigbhpphi
Mô tả Chrome-extension For Downloading E-commerce Product Images
Kích Thước Tệp 7.6 MB
Số Lần Cài Đặt 5,367
Phiên Bản Hiện Tại 0.00.2
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2021-09-15
Đánh Giá 2.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Gondaliya Krish
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}