Image Downloader Pro
Download images by one click, easy scan, easy download~
Image Downloader Pro란 무엇입니까?
Image Downloader Pro은(는) https://xyccstudio.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download images by one click, easy scan, easy download~"입니다.
확장 프로그램 스크린샷
Image Downloader Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find all or current types of images on the page and provide image filtering by resolution, which is simple and practical There are currently two ways of use: 1. Download all images from the current webpage; 2. According to the xpath selection method, selecting all images under the same root path has a better filtering effect; Operation method: 1. Large image preview, mouse scrolling preview, and thumbnail preview at the bottom of the page; 2. Support displaying basic image information; 3. Quick download; 4. Support quick positioning to selected images; 5. Support filtering images based on size; 6. Support batch downloading of all images; 7. Support zooming in and out to view images; 8. Support promoting the viewing of images; 9. Support quick positioning to view image locations;
확장 프로그램 기본 정보
이름 | Image Downloader Pro |
ID | mbemenikbjakghfmdkfdochjdknoohab |
공식 URL | https://chromewebstore.google.com/detail/image-downloader-pro/mbemenikbjakghfmdkfdochjdknoohab |
설명 | Download images by one click, easy scan, easy download~ |
파일 크기 | 59.29 KB |
설치 횟수 | 1,254 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2017-11-15 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | https://xyccstudio.cn |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://xyccstudio.cn/books/imagedownloader/ |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "manifest_version": 3, "description": "__MSG_appDesc__", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/content_scripts.js" ], "css": [ "js\/style.css" ] } ], "permissions": [ "downloads", "contextMenus" ] } |