IMAGE DOWNLOADER

Browse and download images on a web page.

IMAGE DOWNLOADER란 무엇입니까?

IMAGE DOWNLOADER은(는) htaigen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse and download images on a web page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IMAGE DOWNLOADER 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IMAGE DOWNLOADER

See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need                    

확장 프로그램 기본 정보

이름 IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
공식 URL https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
설명 Browse and download images on a web page.
파일 크기 883 KB
설치 횟수 2,521
현재 버전 2.4.0
최근 업데이트 2021-06-27
출시 날짜 2019-12-11
평점 4.08/5 총 12 개의 평점
개발자 htaigen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hatai.github.io/image-downloader/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMAGE DOWNLOADER",
    "short_name": "IMG DOWNLOADER",
    "description": "Browse and download images on a web page.",
    "version": "2.4.0",
    "minimum_chrome_version": "60",
    "manifest_version": 2,
    "author": "hatai",
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/images\/open.png",
        "\/images\/download.png"
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": false
    }
}