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