Change JPEG/JFIF to JPG

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

Co je Change JPEG/JFIF to JPG?

Change JPEG/JFIF to JPG je rozšíření Chrome vyvinuté perrym11, a jeho hlavní funkcí je „This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Change JPEG/JFIF to JPG

Stáhněte si soubory rozšíření Change JPEG/JFIF to JPG ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Change JPEG/JFIF to JPG Change JPEG/JFIF to JPG
ID jgikoaeeblnfkapogeidnehipojlbkoe
Oficiální URL https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe
Popis This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Velikost souboru 7.46 KB
Počet instalací 10,000
Aktuální Verze 1.2
Poslední Aktualizace 2019-10-20
Datum Vydání 2019-10-20
Hodnocení 3.98/5 Celkem 42 Hodnocení
Vývojář perrym11
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}