PDF to JPG Converter

PDF to JPG Converter

Get your PDF document converted to JPG images instantly from your home and new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PDF to JPG Converter",
  "default_locale": "en",
  "description": "Get your PDF document converted to JPG images instantly from your home and new tab page!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "permissions": [
    "downloads"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "*.css",
    "*.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}