Save & convert image as type

Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.

Save & convert image as type란 무엇입니까?

Save & convert image as type은(는) https://chromedeveloper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Save & convert image as type 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download all images from Google Chrome immediately in jpg, png or webp formats.

You can also download formats such as avif and jfif that you can download from Google but cannot open on your computer, as jpg or png.

All you have to do is right-click on the image and select the format you want to download.


🤔 UPDATE NOTES 

04.11.2023
. Edit Bugs
. Add new Languages

05.02.2024
. Edit Bugs
. Add Jfif Files
. Fixed features that were not working                    

확장 프로그램 기본 정보

이름 Save & convert image as type Save & convert image as type
ID lnlchohkeddhloofakaoeedchldfkkbh
공식 URL https://chromewebstore.google.com/detail/save-convert-image-as-typ/lnlchohkeddhloofakaoeedchldfkkbh
설명 Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.
파일 크기 47.25 KB
설치 횟수 64
현재 버전 0.1.2
최근 업데이트 2024-02-05
출시 날짜 2023-11-25
평점 4.00/5 총 5 개의 평점
개발자 https://chromedeveloper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chromedeveloper.com/
도움말 페이지 URL https://chromedeveloper.com/
개인정보 보호 정책 페이지 URL https://www.chromedeveloper.com/privacy-policy
지원되는 언어 de,en,vi,ru,uk,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "Lena Cliffson",
    "offline_enabled": true,
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "activeTab",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.1.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "18": "assets\/logo18.png",
            "19": "assets\/logo19.png",
            "32": "assets\/logo32.png",
            "36": "assets\/logo36.png",
            "38": "assets\/logo38.png",
            "48": "assets\/logo48.png",
            "64": "assets\/logo64.png",
            "128": "assets\/logo128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}