PDF to PNG Converter

PDF to PNG Converter

Convert PDF documents to PNG images instantly from your home and new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PDF to PNG Converter",
  "default_locale": "en",
  "description": "Convert PDF documents to PNG images instantly from your home and new tab page!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "3.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  }
}