Print Image Pro

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

Cos'è Print Image Pro?

Print Image Pro è un'estensione di Chrome sviluppata da Johan Gorter, e la sua funzione principale è "This extension allows you to scale an image to fit the page before printing it.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Print Image Pro

Scarica i file di estensione Print Image Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
URL Ufficiale https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Descrizione This extension allows you to scale an image to fit the page before printing it.
Dimensione del File 271 KB
Conteggio Installazioni 2,347
Versione Corrente 2.2
Ultimo Aggiornamento 2022-05-11
Data di Pubblicazione 2016-04-02
Valutazione 3.42/5 Totale 19 Valutazioni
Sviluppatore Johan Gorter
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}