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文件

下載Converter App Image Converter Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}