Save & convert image as type

Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.

Save & convert image as type क्या है?

Save & convert image as type https://chromedeveloper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image."।

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

screenshot
screenshot

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

crx प्रारूप में Save & convert image as type एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Download all images from Google Chrome immediately in jpg, png or webp formats.

You can also download formats such as avif and jfif that you can download from Google but cannot open on your computer, as jpg or png.

All you have to do is right-click on the image and select the format you want to download.


🤔 UPDATE NOTES 

04.11.2023
. Edit Bugs
. Add new Languages

05.02.2024
. Edit Bugs
. Add Jfif Files
. Fixed features that were not working                    

एक्सटेंशन की मूल जानकारी

नाम Save & convert image as type Save & convert image as type
ID lnlchohkeddhloofakaoeedchldfkkbh
आधिकारिक URL https://chromewebstore.google.com/detail/save-convert-image-as-typ/lnlchohkeddhloofakaoeedchldfkkbh
विवरण Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.
फ़ाइल का आकार 47.25 KB
स्थापना संख्या 64
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2023-11-25
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर https://chromedeveloper.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chromedeveloper.com/
सहायता पृष्ठ URL https://chromedeveloper.com/
गोपनीयता नीति पृष्ठ URL https://www.chromedeveloper.com/privacy-policy
समर्थित भाषाएँ de,en,vi,ru,uk,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "Lena Cliffson",
    "offline_enabled": true,
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "activeTab",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.1.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "18": "assets\/logo18.png",
            "19": "assets\/logo19.png",
            "32": "assets\/logo32.png",
            "36": "assets\/logo36.png",
            "38": "assets\/logo38.png",
            "48": "assets\/logo48.png",
            "64": "assets\/logo64.png",
            "128": "assets\/logo128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}