Quick Image Downloader

Browse and download all images from the page in one click

Qu'est-ce que Quick Image Downloader ?

Quick Image Downloader est une extension Chrome développée par techiewayz, et sa fonction principale est "Browse and download all images from the page in one click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Image Downloader

Téléchargez les fichiers d'extension Quick Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Quick Image Downloader Quick Image Downloader
ID dnacfipibiklpncfinjhemjhogglbpep
URL Officiel https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep
Description Browse and download all images from the page in one click
Taille du Fichier 298 KB
Nombre d'Installations 1,821
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-02-03
Date de Publication 2021-08-29
Évaluation 4.60/5 Total 10 Évaluations
Développeur techiewayz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}