Converter App Image Converter Extension

Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.

Converter App Image Converter Extension란 무엇입니까?

Converter App Image Converter Extension은(는) https://converter.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu."입니다.

확장 프로그램 스크린샷

screenshot

Converter App Image Converter Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension was created after a user request. It connects your browser with the Converter App API and allows you to convert web images to another format from the context menu. This is useful if you want to download an image in a different file format. 

After you right-click on an image you will see a "Convert Image" entry in the context menu. When clicking it you will be able to choose a target format and the image will be converted directly to this format. 

When installing the extension you have direct access to the image converting features of Converter App from your browser. The current version of the extension supports the 17 most popular image formats. Works also for modern image formats like AVIF and WebP. More image formats will come with future versions.                    

확장 프로그램 기본 정보

이름 Converter App Image Converter Extension Converter App Image Converter Extension
ID dpkmfillkjghjkndehnojofiepdgbpnj
공식 URL https://chromewebstore.google.com/detail/converter-app-image-conve/dpkmfillkjghjkndehnojofiepdgbpnj
설명 Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.
파일 크기 17.37 KB
설치 횟수 926
현재 버전 0.1.2
최근 업데이트 2022-09-07
출시 날짜 2022-08-10
평점 5.00/5 총 3 개의 평점
개발자 https://converter.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://converter.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Converter App Image Converter Extension",
    "description": "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "128": "images\/extension128.png",
        "16": "images\/extension16.png",
        "32": "images\/extension32.png",
        "48": "images\/extension48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/extension128.png",
            "16": "images\/extension16.png",
            "32": "images\/extension32.png",
            "48": "images\/extension48.png"
        },
        "default_title": "Converter App"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}