Quick Image Downloader
Browse and download all images from the page in one click
Vad är Quick Image Downloader?
Quick Image Downloader är en Chrome-tillägg utvecklad av techiewayz, och dess huvudfunktion är "Browse and download all images from the page in one click".
Tilläggsskärmbilder
Ladda ner Quick Image Downloader-förlängningens CRX-fil
Ladda ner Quick Image Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Quick Image Downloader |
ID | dnacfipibiklpncfinjhemjhogglbpep |
Officiell webbadress | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
Beskrivning | Browse and download all images from the page in one click |
Filstorlek | 298 KB |
Antal Installationer | 1,821 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-02-03 |
Publiceringsdatum | 2021-08-29 |
Betyg | 4.60/5 Totalt 10 Betyg |
Utvecklare | techiewayz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |