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 擴展基本資訊
| 名稱 | |
| ID | dnacfipibiklpncfinjhemjhogglbpep |
| 官方網址 | 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:\/\/*\/*"
]
} | |