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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}