Bulk Image Downloader From List
A Chrome extension to bulk download images from a list of image urls.
Bulk Image Downloader From List란 무엇입니까?
Bulk Image Downloader From List은(는) danstanongubo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to bulk download images from a list of image urls."입니다.
확장 프로그램 스크린샷
Bulk Image Downloader From List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Bulk Image Downloader From List |
ID | kekkjfalendfifgchoceceoahjnejmgf |
공식 URL | https://chromewebstore.google.com/detail/bulk-image-downloader-fro/kekkjfalendfifgchoceceoahjnejmgf |
설명 | A Chrome extension to bulk download images from a list of image urls. |
파일 크기 | 5.02 KB |
설치 횟수 | 2,098 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-09-11 |
출시 날짜 | 2023-09-11 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | danstanongubo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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": [ " |