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.

Apa itu Converter App Image Converter Extension?

Converter App Image Converter Extension adalah ekstensi Chrome yang dikembangkan oleh https://converter.app, dan fitur utamanya adalah "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Converter App Image Converter Extension

Unduh file ekstensi Converter App Image Converter Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Converter App Image Converter Extension Converter App Image Converter Extension
ID dpkmfillkjghjkndehnojofiepdgbpnj
URL Resmi https://chromewebstore.google.com/detail/converter-app-image-conve/dpkmfillkjghjkndehnojofiepdgbpnj
Deskripsi Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.
Ukuran File 17.37 KB
Jumlah Instalasi 926
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2022-09-07
Tanggal Publikasi 2022-08-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://converter.app
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://converter.app/privacy
Bahasa yang Didukung 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"
    ]
}