Image Photo Downloader
Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
Image Photo Downloader란 무엇입니까?
Image Photo Downloader은(는) laegorova1995에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website."입니다.
확장 프로그램 스크린샷
Image Photo Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
All image formats support PNG, JPEG, SVG, etc. What expansion can do: download pictures, free images, stock photos, image from url support PNG, JPEG, SVG Download all images from a website! Photo downloader is absolutely free. How it works Click to the icon on current webpage. And you can start download pictures.
확장 프로그램 기본 정보
이름 | |
ID | gjbkejgdgaihjdacichaebfahecimjpl |
공식 URL | https://chrome.google.com/webstore/detail/image-photo-downloader/gjbkejgdgaihjdacichaebfahecimjpl |
설명 | Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website. |
파일 크기 | 83.87 KB |
설치 횟수 | 1,156 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-03-24 |
출시 날짜 | 2021-03-24 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | laegorova1995 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://teletype.in/@prpolicyi/FjUb-gNyby9 |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Photo Downloader", "version": "1.0.2", "default_locale": "en", "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.", "author": "CONOR", "minimum_chrome_version": "31", "incognito": "split", "browser_action": { "default_icon": "assets\/icon48.png", "default_title": "Image Photo Downloader", "default_popup": "views\/popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+D" } } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "scripts\/defaults.js" ], "persistent": false }, "permissions": [ "activeTab", "downloads", " |