Print Image Pro

Print Image Pro

This extension allows you to scale an image to fit the page before printing it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Print Image Pro",
  "description": "This extension allows you to scale an image to fit the page before printing it.",
  "version": "2.2",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon.png",
    "128": "icon-128.png"
  }
}