Save image as Type

Save image as PNG, JPG or WebP by context menu on image.

Save image as Type란 무엇입니까?

Save image as Type은(는) image4tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save image as PNG, JPG or WebP by context menu on image."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Save image as Type 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add context menu for images to save image as PNG, JPG or WebP format.

There is an old Save Image As Type 1.0.5 extension created by another developer but cannot run now. I developed this new extension based on the old one.

This extension is open source.
No information is collected.
No ads.
No login or registration.
Multiple languages supported.

Release notes:

2015-02-08 
- First release.

2023-05-11 
- Migrate to chrome extension manifest version 3.
- Use service worker instead of content script, as chrome recommended.
- Add some languages

2023-05-22 
- Fix bug for chrome 108 and older versions.
- Add some languages                    

확장 프로그램 기본 정보

이름 Save image as Type Save image as Type
ID gabfmnliflodkdafenbcpjdlppllnemd
공식 URL https://chromewebstore.google.com/detail/save-image-as-type/gabfmnliflodkdafenbcpjdlppllnemd
설명 Save image as PNG, JPG or WebP by context menu on image.
파일 크기 109 KB
설치 횟수 1,022,929
현재 버전 1.2.4
최근 업데이트 2023-12-19
출시 날짜 2015-02-07
평점 3.88/5 총 550 개의 평점
개발자 image4tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cuixiping/Save-Image-as-Type
도움말 페이지 URL https://github.com/cuixiping/Save-Image-as-Type/issues
지원되는 언어 de,en,fr,vi,es,it,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [],
    "host_permissions": [
        ""
    ],
    "version": "1.2.4"
}