PDF to JPG Converter

PDF to JPG Converter

Get your PDF document converted to JPG images instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "PDF to JPG Converter",
  "description": "__MSG_extDescription__",
  "version": "1.1",
  "version_name": "1.1",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "PDF to JPG Converter"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://online-converter.freepdfsolutions.com/*"
  ]
}