Image downloader Korag

Simple way to find and download all images on the web

Image downloader Korag란 무엇입니까?

Image downloader Korag은(는) Armen Stepanyan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple way to find and download all images on the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Image downloader Korag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Image Downloader Korag simplifies the process of finding and downloading images from any website. Enjoy a hassle-free experience as it detects and displays various image formats such as jpg, png, svg, and more. This extension provides a convenient modal window that allows you to preview and download multiple images at once.

Key Features:

- Effortless Image Discovery: Korag scans the entire webpage to locate and present all images within a sleek modal window.

- Bulk Downloading: Download multiple images simultaneously with just one click, saving you time and effort.

- Filter Options: Tailor your image search with filter options based on image type or size. Refine your results for a more focused and efficient experience.

Note: After the initial installation, be sure to reload your browser tabs to activate the extension.                    

확장 프로그램 기본 정보

이름 Image downloader Korag Image downloader Korag
ID aiheepppchdpmpibhpmkmdikfgimfigl
공식 URL https://chromewebstore.google.com/detail/image-downloader-korag/aiheepppchdpmpibhpmkmdikfgimfigl
설명 Simple way to find and download all images on the web
파일 크기 22.29 KB
설치 횟수 76
현재 버전 0.3
최근 업데이트 2024-02-18
출시 날짜 2021-10-20
평점 5.00/5 총 3 개의 평점
개발자 Armen Stepanyan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chess.orgfree.com/privacy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png",
        "default_popup": "options\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Simple way to find and download all images on the web",
    "icons": {
        "128": "128.png",
        "64": "64.png",
        "16": "32.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "name": "Image downloader Korag",
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/page-style.css",
                "content\/external-link.svg",
                "content\/download.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}