ImageAssistant Batch Image Downloader
An image extractor for sniffing, analyzing and batch downloading images from web page.
ImageAssistant Batch Image Downloader란 무엇입니까?
ImageAssistant Batch Image Downloader은(는) https://www.pullywood.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An image extractor for sniffing, analyzing and batch downloading images from web page."입니다.
확장 프로그램 스크린샷
ImageAssistant Batch Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ImageAssistant Image Batch Downloader Is an image extractor for sniffing, analyzing and downloading images from web page, it's good compatibility allows users to easily extract images loaded by flash or ajax. What's more, online favorite service is now available! More information about usage, shortcut and FAQ please visit Project Home(simplified chinese).
확장 프로그램 기본 정보
이름 | ImageAssistant Batch Image Downloader |
ID | dbjbempljhcmhlfpfacalomonjpalpko |
공식 URL | https://chromewebstore.google.com/detail/imageassistant-batch-imag/dbjbempljhcmhlfpfacalomonjpalpko |
설명 | An image extractor for sniffing, analyzing and batch downloading images from web page. |
파일 크기 | 3.27 MB |
설치 횟수 | 500,000 |
현재 버전 | 1.66.6 |
최근 업데이트 | 2022-07-16 |
출시 날짜 | 2020-06-06 |
평점 | 4.44/5 총 525 개의 평점 |
개발자 | https://www.pullywood.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.pullywood.com/ImageAssistant/ |
도움말 페이지 URL | http://www.pullywood.com/publish/guestbook/guestbook-imageassistant |
개인정보 보호 정책 페이지 URL | https://www.pullywood.com/ImageAssistant/privacy_en.md.txt |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_manifest_ext_name__", "short_name": "__MSG_manifest_short_name__", "description": "__MSG_manifest_description__", "version": "1.66.6", "icons": { "64": "images\/icon.png", "128": "images\/icon128.png", "512": "images\/icon512.png" }, "commands": { "command_extract_images": { "suggested_key": { "default": "Alt+Shift+Y" }, "description": "__MSG_manifest_extract_description__" }, "command_multi_extract_images": { "suggested_key": { "default": "Alt+Shift+T" }, "description": "__MSG_manifest_multi_extract_description__" } }, "background": { "scripts": [ "libs\/JavaScript-MD5\/2.14.0\/md5.min.js", "libs\/moment\/2.24.0\/moment.min.js", "libs\/jquery\/3.4.1\/jquery-3.4.1.min.js", "libs\/stomp-websocket\/2.3.4\/stomp.min.js", "libs\/sockjs\/1.5.0\/sockjs.min.js", "scripts\/function.js", "scripts\/mime.js", "scripts\/background.js", "scripts\/escrawler.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "downloads", "notifications", "contextMenus", "fontSettings", " |