PDF to TIFF Converter

PDF to TIFF Converter

Get your PDF document converted to TIFF 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": 3,
  "name": "PDF to TIFF Converter",
  "default_locale": "en",
  "description": "Get your PDF document converted to TIFF images instantly from your home and new tab page!",
  "background": {
    "service_worker": "background.js"
  },
  "version": "3.1",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": "images/icon-128.png"
  }
}