Down all images!
Downloads all images on the current website to your computer.
Down all images!란 무엇입니까?
Down all images!은(는) Kevin Roos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads all images on the current website to your computer."입니다.
확장 프로그램 스크린샷
Down all images! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✔ Displays the number of images on the current website ✔ Downloads all of them with one click to a ZIP folder If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description): https://github.com/Rookev/ImageDownloader Have fun, rate this extension and let me know your feedback!
확장 프로그램 기본 정보
이름 | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
공식 URL | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
설명 | Downloads all images on the current website to your computer. |
파일 크기 | 68.36 KB |
설치 횟수 | 484 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-04-23 |
출시 날짜 | 2015-04-22 |
평점 | 2.67/5 총 6 개의 평점 |
개발자 | Kevin Roos |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Rookev/ImageDownloader |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Down all images!", "description": "Downloads all images on the current website to your computer.", "version": "1.0.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Down all images!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |