Bulk Image and Photo Downloader
Easy and Quick Way to Download Bulk Images and Photos In Just One Click
什麼是Bulk Image and Photo Downloader?
Bulk Image and Photo Downloader是由techieflow開發的Chrome擴展程式,該擴展的主要功能是“Easy and Quick Way to Download Bulk Images and Photos In Just One Click”。
擴展截圖
下載Bulk Image and Photo Downloader擴展crx文件
下載Bulk Image and Photo Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily and Quickly Save All Images , Photos From a Website in Just One Click! ✔️ select the images you wish to download ✔️ Bulk download all images in once ✔️ Works in incognito mode ✔️ Filter the images by width and height ✔️ Save images to any specific folder as per your choice ✔️ Supports many formats: jpg, png, gif, svg, and webp.
擴展基本資訊
名稱 | |
ID | pdnonjakmnoihlneomhakfmdlmhlngce |
官方網址 | https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce |
簡介 | Easy and Quick Way to Download Bulk Images and Photos In Just One Click |
檔案大小 | 300 KB |
安裝次數 | 47 |
目前版本 | 1.0 |
更新時間 | 2021-12-23 |
上架時間 | 2021-12-22 |
開發者 | techieflow |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk Image and Photo Downloader", "description": "Easy and Quick Way to Download Bulk Images and Photos In Just One Click", "version": "1.0", "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:\/\/*\/*" ] } |