Print Image Pro

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

Co je Print Image Pro?

Print Image Pro je rozšíření Chrome vyvinuté Johan Gorter, a jeho hlavní funkcí je „This extension allows you to scale an image to fit the page before printing it.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Print Image Pro

Stáhněte si soubory rozšíření Print Image Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
Oficiální URL https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Popis This extension allows you to scale an image to fit the page before printing it.
Velikost souboru 271 KB
Počet instalací 2,347
Aktuální Verze 2.2
Poslední Aktualizace 2022-05-11
Datum Vydání 2016-04-02
Hodnocení 3.42/5 Celkem 19 Hodnocení
Vývojář Johan Gorter
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}