Change JPEG/JFIF to JPG

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

Was ist Change JPEG/JFIF to JPG?

Change JPEG/JFIF to JPG ist eine Chrome-Erweiterung, die von perrym11 entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".

Erweiterungsscreenshots

screenshot

Change JPEG/JFIF to JPG-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change JPEG/JFIF to JPG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Change JPEG/JFIF to JPG Change JPEG/JFIF to JPG
ID jgikoaeeblnfkapogeidnehipojlbkoe
Offizielle URL https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe
Beschreibung This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Dateigröße 7.46 KB
Installationsanzahl 10,000
Aktuelle Version 1.2
Letztes Update 2019-10-20
Veröffentlichungsdatum 2019-10-20
Bewertung 3.98/5 Insgesamt 42 Bewertungen
Entwickler perrym11
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}