Print Image Pro

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

Was ist Print Image Pro?

Print Image Pro ist eine Chrome-Erweiterung, die von Johan Gorter entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to scale an image to fit the page before printing it.".

Erweiterungsscreenshots

screenshot
screenshot

Print Image Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print Image Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
Offizielle URL https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Beschreibung This extension allows you to scale an image to fit the page before printing it.
Dateigröße 271 KB
Installationsanzahl 2,347
Aktuelle Version 2.2
Letztes Update 2022-05-11
Veröffentlichungsdatum 2016-04-02
Bewertung 3.42/5 Insgesamt 19 Bewertungen
Entwickler Johan Gorter
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}