Photo download & Save image

Conveniently download picture&photo on any page, quickly save images to local

Photo download & Save image란 무엇입니까?

Photo download & Save image은(는) Wuhenlove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Conveniently download picture&photo on any page, quickly save images to local"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Photo download & Save image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Photo download & Save image is a utility. It can easily download any image on the page

It's a utility. It can easily download any image on the page. 

You can drag and drop the image into the box. It is automatically aggregated on the Extension page.
In the summary page, the pictures of different pages will be classified in different areas, you can filter the desired pictures by height and width, and then you can easily rename and save them.                    

확장 프로그램 기본 정보

이름 Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
공식 URL https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
설명 Conveniently download picture&photo on any page, quickly save images to local
파일 크기 759 KB
설치 횟수 8,217
현재 버전 1.0.4
최근 업데이트 2023-05-12
출시 날짜 2022-08-13
평점 3.63/5 총 8 개의 평점
개발자 Wuhenlove
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 en,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [],
    "icons": {
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}