Quick Image Downloader

Browse and download all images from the page in one click

Was ist Quick Image Downloader?

Quick Image Downloader ist eine Chrome-Erweiterung, die von techiewayz entwickelt wurde, und ihr Hauptmerkmal ist "Browse and download all images from the page in one click".

Erweiterungsscreenshots

screenshot

Quick Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quick Image downloader is a powerful tool that enables you to download all images from any Website, Google Images, Instagram, Pinterest and Facebook in one click. 

⭐Select what images you want to download
⭐Bulk download all images in once
⭐Filter the images by width and height
⭐Save to a subfolder
⭐Rename downloaded files
⭐Supports all formats (PNG, JPEG, SVG, WEBP)
⭐Use dedicated buttons to download or open individual images in new tabs                    

Grundlegende Informationen zur Erweiterung

Name Quick Image Downloader Quick Image Downloader
ID dnacfipibiklpncfinjhemjhogglbpep
Offizielle URL https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep
Beschreibung Browse and download all images from the page in one click
Dateigröße 298 KB
Installationsanzahl 1,821
Aktuelle Version 1.0.1
Letztes Update 2022-02-03
Veröffentlichungsdatum 2021-08-29
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler techiewayz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Image Downloader",
    "description": "Browse and download all images from the page in one click",
    "version": "1.0.1",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_64.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}