PDF to jpg for free with this tool

PDF to jpg for free with this tool

PDF to jpg. Convert to Image from PDF file maitaining quality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "author": "Email: [email protected] website: https://pdf.co",
  "version": "1.0.19.424",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_appShortName__",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appShortName__"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon128.png"
  }
}