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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Converter App Image Converter Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}