Print Image Pro

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

Wat is Print Image Pro?

Print Image Pro is een Chrome-extensie ontwikkeld door Johan Gorter, en de belangrijkste functie is "This extension allows you to scale an image to fit the page before printing it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Print Image Pro

Download Print Image Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
Officiële URL https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Beschrijving This extension allows you to scale an image to fit the page before printing it.
Bestandsgrootte 271 KB
Aantal Installaties 2,347
Huidige Versie 2.2
Laatst Bijgewerkt 2022-05-11
Publicatiedatum 2016-04-02
Beoordeling 3.42/5 Totaal 19 Beoordelingen
Ontwikkelaar Johan Gorter
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}