Save Image As PNG

Adds the "Save Image As PNG" option to the context menu of images.

Save Image As PNG란 무엇입니까?

Save Image As PNG은(는) Rob W에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds the "Save Image As PNG" option to the context menu of images."입니다.

확장 프로그램 스크린샷

screenshot

Save Image As PNG 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Converts an image to PNG before showing the Save As dialog.

WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur.

The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option.

Update (4 January 2014): If you use Chrome 30 or lower, then you cannot save the image from some web sites (such as the Chrome Web Store). Update to Chrome 31 for an optimal user experience.

Notice (30 June 2014): Chrome 35 on KDE (Linux) has a bug that causes Chrome to crash whenever the Save As dialog is opened by an extension. Downgrade to Chrome 34 or upgrade to Chrome 36 to solve the problem.                    

확장 프로그램 기본 정보

이름 Save Image As PNG Save Image As PNG
ID nkokmeaibnajheohncaamjggkanfbphi
공식 URL https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi
설명 Adds the "Save Image As PNG" option to the context menu of images.
파일 크기 14.93 KB
설치 횟수 328,526
현재 버전 1.0.2
최근 업데이트 2014-06-30
출시 날짜 2014-06-30
평점 3.92/5 총 292 개의 평점
개발자 Rob W
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://robwu.nl/
개인정보 보호 정책 페이지 URL https://robwu.nl/privacy/cws
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image As PNG",
    "description": "Adds the \"Save Image As PNG\" option to the context menu of images.",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads"
    ]
}