JFIF to JPG Converter

JFIF to JPG Converter

Convert your JFIF files to JPEG in a snap! This tool helps you switch formats effortlessly, ensuring high-quality image preservation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extension_oc_name__",
  "author": "https://www.converthelper.net",
  "description": "__MSG_extension_oc_description__",
  "version": "1.1",
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon32.png"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.ico",
    "64": "images/icon192.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}