Change JPEG/JFIF to JPG

This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.

Change JPEG/JFIF to JPG क्या है?

Change JPEG/JFIF to JPG perrym11 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension."।

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

screenshot

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

crx प्रारूप में Change JPEG/JFIF to JPG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        If you download a file that has the extension .jpeg or .jfif, this will automatically rename it to a .jpg extension instead.  Note that clicking the button in the Chrome bar doesn't do anything - this works completely in the background with no user interaction required.

Icons made by Dirtyworks (https://www.flaticon.com/authors/dirtyworks) from Flaticon (https://www.flaticon.com).  Licensed by Creative Commons BY 3.0 (http://creativecommons.org/licenses/by/3.0)                    

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

नाम Change JPEG/JFIF to JPG Change JPEG/JFIF to JPG
ID jgikoaeeblnfkapogeidnehipojlbkoe
आधिकारिक URL https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe
विवरण This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
फ़ाइल का आकार 7.46 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-10-20
प्रकाशन तिथि 2019-10-20
रेटिंग 3.98/5 कुल 42 रेटिंग्स
डेवलपर perrym11
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change JPEG\/JFIF to JPG",
    "description": "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.",
    "permissions": [
        "downloads"
    ],
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    }
}