PDF to JPG

PDF to JPG

Convert PDF to JPG for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "/launch.js"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en_US",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "offline_enabled": true,
  "host_permissions": [
    "https://api.pdfconverted.com/*"
  ],
  "version": "3.0.0",
  "homepage_url": "https://pdf-jpg.freeonlineapps.net",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}