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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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:\/\/*\/*" ] } |