Bulk Image Downloader From List
A Chrome extension to bulk download images from a list of image urls.
Bulk Image Downloader From List là gì?
Bulk Image Downloader From List là một tiện ích mở rộng Chrome được phát triển bởi danstanongubo, và tính năng chính của nó là "A Chrome extension to bulk download images from a list of image urls.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bulk Image Downloader From List
Tải xuống các tệp mở rộng Bulk Image Downloader From List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A very simple and straightforward extension to bulk download images from your list. Simply install the chrome extension. Click the chrome extensions icon, Bulk Image Downloader from List extension will be present. Click to pin in for easier access. Click the download icon of the extension to add a list of the images you would like to bulk download. Paste the urls and click Download to begin the process. The extension can handle many urls at ago. Disclaimer! Make sure you have all the necessary rights to acquire images and that you do not infringe on the rights of the owner. Enjoy and give me a 5 star if you like it! I will appreciate very much!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bulk Image Downloader From List |
ID | kekkjfalendfifgchoceceoahjnejmgf |
URL Chính Thức | https://chromewebstore.google.com/detail/bulk-image-downloader-fro/kekkjfalendfifgchoceceoahjnejmgf |
Mô tả | A Chrome extension to bulk download images from a list of image urls. |
Kích Thước Tệp | 5.02 KB |
Số Lần Cài Đặt | 2,098 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-09-11 |
Ngày Phát Hành | 2023-09-11 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | danstanongubo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Image Downloader From List", "version": "1.0", "description": "A Chrome extension to bulk download images from a list of image urls.", "permissions": [ "downloads" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png" } }, "icons": { "16": "images\/icon.png" }, "content_scripts": [ { "matches": [ " |