Quick Image Downloader
Browse and download all images from the page in one click
Cos'è Quick Image Downloader?
Quick Image Downloader è un'estensione di Chrome sviluppata da techiewayz, e la sua funzione principale è "Browse and download all images from the page in one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Image Downloader
Scarica i file di estensione Quick Image Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dnacfipibiklpncfinjhemjhogglbpep |
| URL Ufficiale | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
| Descrizione | Browse and download all images from the page in one click |
| Dimensione del File | 298 KB |
| Conteggio Installazioni | 1,821 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-02-03 |
| Data di Pubblicazione | 2021-08-29 |
| Valutazione | 4.60/5 Totale 10 Valutazioni |
| Sviluppatore | techiewayz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |