Quick Image Downloader
Browse and download all images from the page in one click
Apa itu Quick Image Downloader?
Quick Image Downloader adalah ekstensi Chrome yang dikembangkan oleh techiewayz, dan fitur utamanya adalah "Browse and download all images from the page in one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Image Downloader
Unduh file ekstensi Quick Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Quick Image Downloader |
ID | dnacfipibiklpncfinjhemjhogglbpep |
URL Resmi | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
Deskripsi | Browse and download all images from the page in one click |
Ukuran File | 298 KB |
Jumlah Instalasi | 1,821 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-02-03 |
Tanggal Publikasi | 2021-08-29 |
Penilaian | 4.60/5 Total 10 Penilaian |
Pengembang | techiewayz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |