Change JPEG/JFIF to JPG

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

Vad är Change JPEG/JFIF to JPG?

Change JPEG/JFIF to JPG är en Chrome-tillägg utvecklad av perrym11, och dess huvudfunktion är "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Change JPEG/JFIF to JPG-förlängningens CRX-fil

Ladda ner Change JPEG/JFIF to JPG-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Change JPEG/JFIF to JPG Change JPEG/JFIF to JPG
ID jgikoaeeblnfkapogeidnehipojlbkoe
Officiell webbadress https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe
Beskrivning This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Filstorlek 7.46 KB
Antal Installationer 10,000
Aktuell Version 1.2
Senast Uppdaterad 2019-10-20
Publiceringsdatum 2019-10-20
Betyg 3.98/5 Totalt 42 Betyg
Utvecklare perrym11
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}