Quick Image Downloader
Browse and download all images from the page in one click
什么是Quick Image Downloader?
Quick Image Downloader是由techiewayz开发的Chrome扩展程序,该扩展的主要功能是“Browse and download all images from the page in one click”。
扩展截图
下载Quick Image Downloader扩展crx文件
下载Quick Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Quick Image Downloader |
ID | dnacfipibiklpncfinjhemjhogglbpep |
官方URL | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
简介 | Browse and download all images from the page in one click |
文件大小 | 298 KB |
安装次数 | 1,821 |
当前版本 | 1.0.1 |
更新时间 | 2022-02-03 |
上架时间 | 2021-08-29 |
评分 | 4.60/5 共10次评分 |
开发者 | techiewayz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } |