WebP / Avif image converter

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

WebP / Avif image converter là gì?

WebP / Avif image converter là một tiện ích mở rộng Chrome được phát triển bởi Nullbrains, và tính năng chính của nó là "Convert Webp, Avif and other types of image before saving.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebP / Avif image converter

Tải xuống các tệp mở rộng WebP / Avif image converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebP / Avif image converter WebP / Avif image converter
ID pbcfbdlbkdfobidmdoondbgdfpjolhci
URL Chính Thức https://chromewebstore.google.com/detail/webp-avif-image-converter/pbcfbdlbkdfobidmdoondbgdfpjolhci
Mô tả Convert Webp, Avif and other types of image before saving.
Kích Thước Tệp 44.77 KB
Số Lần Cài Đặt 137,940
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2019-11-25
Đánh Giá 3.92/5 Tổng số 145 Đánh Giá
Nhà Phát Triển Nullbrains
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}