Quick Image Downloader
Browse and download all images from the page in one click
Quick Image Downloader란 무엇입니까?
Quick Image Downloader은(는) techiewayz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse and download all images from the page in one click"입니다.
확장 프로그램 스크린샷
Quick Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick Image downloader is a powerful tool that enables you to download all images from any Website, Google Images, Instagram, Pinterest and Facebook in one click. ⭐Select what images you want to download ⭐Bulk download all images in once ⭐Filter the images by width and height ⭐Save to a subfolder ⭐Rename downloaded files ⭐Supports all formats (PNG, JPEG, SVG, WEBP) ⭐Use dedicated buttons to download or open individual images in new tabs
확장 프로그램 기본 정보
이름 | Quick Image Downloader |
ID | dnacfipibiklpncfinjhemjhogglbpep |
공식 URL | https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep |
설명 | Browse and download all images from the page in one click |
파일 크기 | 298 KB |
설치 횟수 | 1,821 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-02-03 |
출시 날짜 | 2021-08-29 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | techiewayz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Image Downloader", "description": "Browse and download all images from the page in one click", "version": "1.0.1", "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:\/\/*\/*" ] } |