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.”。
扩展截图
下载WebP / Avif image converter扩展crx文件
下载WebP / Avif image converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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", " |