Print Image Pro

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

Co to jest Print Image Pro?

Print Image Pro to rozszerzenie Chrome opracowane przez Johan Gorter, a jego główną funkcją jest „This extension allows you to scale an image to fit the page before printing it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Print Image Pro

Pobierz pliki rozszerzeń Print Image Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
Oficjalny URL https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Opis This extension allows you to scale an image to fit the page before printing it.
Rozmiar pliku 271 KB
Liczba instalacji 2,347
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2022-05-11
Data Publikacji 2016-04-02
Ocena 3.42/5 Łącznie 19 Oceny
Deweloper Johan Gorter
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}