Print Image Pro

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

¿Qué es Print Image Pro?

Print Image Pro es una extensión de Chrome desarrollada por Johan Gorter, y su función principal es "This extension allows you to scale an image to fit the page before printing it.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Print Image Pro

Descarga archivos de extensión Print Image Pro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
URL Oficial https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Descripción This extension allows you to scale an image to fit the page before printing it.
Tamaño del Archivo 271 KB
Cantidad de Instalaciones 2,347
Versión Actual 2.2
Última Actualización 2022-05-11
Fecha de Publicación 2016-04-02
Calificación 3.42/5 Total de 19 Calificaciones
Desarrollador Johan Gorter
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}