Bulk Image Downloader
Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.
Bulk Image Downloaderคืออะไร?
Bulk Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frank.shockley และคุณลักษณะหลักของมันคือ "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Bulk Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
--- Features --- - Filter based on pixel width and height - Filter based on URL - Bulk download all images at once - Select which images you want to download - Check the size of each image - Copy the URL of the original image - Choose between various layout options - Support all major websites - Perform a reverse image search The Image Downloader is a utility designed to locate images featured on a webpage. It's crucial to recognize that these images might be safeguarded by copyright, and it's advisable to presume that they are. Prior to utilizing any image, it's essential to verify its license and the precise conditions for reuse. Always conduct thorough research on the copyright status of an image, illustration, or photograph before using it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bulk Image Downloader |
ID | ehkllobjkjjlggbmkcjkbojhicefhnhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bulk-image-downloader/ehkllobjkjjlggbmkcjkbojhicefhnhg |
คำอธิบาย | Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters. |
ขนาดไฟล์ | 142 KB |
จำนวนการติดตั้ง | 1,736 |
เวอร์ชันปัจจุบัน | 2.2.1 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2023-12-11 |
คะแนน | 4.26/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | frank.shockley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://freemp3downloads.online |
URL หน้าช่วยเหลือ | https://freemp3downloads.online/faq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.", "version": "2.2.1", "manifest_version": 3, "name": "Bulk Image Downloader", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "icons": { "128": "images\/logo.png" }, "permissions": [ "activeTab", "scripting", "downloads", "declarativeNetRequest" ], "host_permissions": [ " |