WebP / Avif image converter

Convert Webp, Avif and other types of image before saving.

WebP / Avif image converter란 무엇입니까?

WebP / Avif image converter은(는) Nullbrains에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert Webp, Avif and other types of image before saving."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WebP / Avif image converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WebP / Avif image Converter: convert, download and store images from the web just the way you want.

How does it work?
After downloading the extension you get a new button *Convert and Save image as* in the image context menu (When you right click on an image). Now the image is being processed and downloaded based on your preferences. Conversion to JPG, PNG and WebP are supported.

These preferences can be set in the option menu that you can reach by clicking on the extensions’ browser button located on the top right of your browser next to the address bar.
 
Note that the "browser button" may be hidden. If you want to quickly change the settings pin it to your extension bar. This can be done by clicking on the "extension" (looks like a puzzle piece) next to the hamburger menu / user login. Find the button and click on "pin".

What can you configure?

* Image conversion types
For each image type you can select if and to what image type it is supposed to be converted to. (JPG, PNG or WebP).

* Download location
To keep downloads sorted you can specify your preferred download location and filename. The Download location and filenames can include information of the time and date of downloading, image origin and image format. The exact details can be found in the extension.
Note that download locations are always relative to your download folder. 

* Actions (Advanced section)
You can change the default autodetect behavior into a fixed task without changing your autodetect settings. This can be useful when you temporarily only want to download images without converting them yet but still want to store them on the specified location. Or if you only want to download PNG files for example.

* Popup layout (Advanced section)
 For quick access specify which tab you want to open by default. 

* Generic (Advanced section)
To optimize your workflow you can turn off the popup that suggests  download location and filename.

Faq

   * The image that was downloaded and converted did not converted to the intended filetype.
    Webp /Avif image converter uses the actual file data to determine the file type not the url.

    Therefor, you may experience that a conversion may be different than what you may expect if you look at the url.
    Also file extensions are corrected to the appropriate extension in these cases if you turned off conversion for the specific file type.

  * The extension does not converts the image but gives back a .htm file and/or filenames that do not reflect the original filename. 

Please make sure other extensions are not intervening with the download process, for example download managers. Webp /Avif image converter uses a different route to download the (converted) image than the regular "save as" function. This route may lead to conflicts with some download managers and producing unexpected results.

Permission justification
  * storage:      Allows the extension to save your settings.
  * downloads:    Allows the extension to initiate a file download for the converted image.
  * contextMenus: Allows the extension to add the "convert and save" button to the image contextmenu
  *  :  Allows the extension to download the image before converting the it.                    

확장 프로그램 기본 정보

이름 WebP / Avif image converter WebP / Avif image converter
ID pbcfbdlbkdfobidmdoondbgdfpjolhci
공식 URL https://chromewebstore.google.com/detail/webp-avif-image-converter/pbcfbdlbkdfobidmdoondbgdfpjolhci
설명 Convert Webp, Avif and other types of image before saving.
파일 크기 44.77 KB
설치 횟수 137,940
현재 버전 1.2.8
최근 업데이트 2023-04-06
출시 날짜 2019-11-25
평점 3.92/5 총 145 개의 평점
개발자 Nullbrains
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "name": "__MSG_extension_name__",
    "short_name": "__extension_short_name__",
    "version": "1.2.8",
    "background": {
        "scripts": [
            ".\/lib\/common.js",
            ".\/background\/storage.js",
            ".\/background\/setup.js",
            ".\/background\/contextmenus.js",
            ".\/background\/imageconverter.js",
            ".\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extension_action_title__",
        "default_icon": {
            "19": ".\/icons\/icon-19.png",
            "38": ".\/icons\/icon-38.png"
        },
        "default_popup": ".\/options\/options.html"
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        ""
    ]
}