One Click Image Downloader

Allows users to easily download images from any webpage with just one click

One Click Image Downloader란 무엇입니까?

One Click Image Downloader은(는) olivia.mrktx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows users to easily download images from any webpage with just one click"입니다.

확장 프로그램 스크린샷

screenshot

One Click Image Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One Click Image Downloader is an innovative and convenient extension that allows users to easily download images from any webpage with just one click. When activated, the extension will display a pop-up window showing all of the images present on the current page. The user can then choose which image they would like to download by clicking on it, and the extension will automatically save the image to the user's device. This is an extremely useful tool for anyone looking to quickly and efficiently download and save images for personal or professional use. With the "One Click Image Downloader" extension, downloading images has never been simpler!
leave us a review regarding our extension❤️                    

확장 프로그램 기본 정보

이름 One Click Image Downloader One Click Image Downloader
ID bmgejlhdmbbmdkfkjnigfjiglnohnlnc
공식 URL https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc
설명 Allows users to easily download images from any webpage with just one click
파일 크기 16.72 KB
설치 횟수 4,075
현재 버전 1.1
최근 업데이트 2022-12-22
출시 날짜 2022-12-22
개발자 olivia.mrktx
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://home.depictureaddick.xyz/
도움말 페이지 URL https://home.depictureaddick.xyz/contact.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "One Click Image Downloader",
        "default_popup": "popup.html"
    },
    "description": "Allows users to easily download images from any webpage with just one click",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "One Click Image Downloader",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}