Print Image Pro
This extension allows you to scale an image to fit the page before printing it.
What is Print Image Pro?
Print Image Pro is a Chrome extension developed by Johan Gorter, and its main feature is "This extension allows you to scale an image to fit the page before printing it.".
Extension Screenshots
Download Print Image Pro Extension CRX File
Download Print Image Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to print any image stretched to fill the paper. Ideal for printing photo's and coloring pages. This is done as follows: right-click on the desired image and select 'Print Image Pro'. A preview window is openend which displays how this image is stretched to fit the page. You can then press print to send the image to the printer. There are 3 printing modes: color, grayscale and black/white. There is even a toner-save slider. Landscape images are automatically rotated to fit the paper.
Extension Basic Information
Name | Print Image Pro |
ID | fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Official URL | https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg |
Description | This extension allows you to scale an image to fit the page before printing it. |
File Size | 271 KB |
Installation Count | 2,347 |
Current Version | 2.2 |
Last Updated | 2022-05-11 |
Publish Date | 2016-04-02 |
Rating | 3.42/5 Total 19 Ratings |
Developer | Johan Gorter |
[email protected] | |
Payment Type | free |
Supported Languages | en |
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" } } |