Print Image Pro

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

O que é Print Image Pro?

Print Image Pro é uma extensão do Chrome desenvolvida por Johan Gorter, e sua principal característica é "This extension allows you to scale an image to fit the page before printing it.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Print Image Pro

Baixe arquivos de extensão Print Image Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
URL Oficial https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Descrição This extension allows you to scale an image to fit the page before printing it.
Tamanho do Arquivo 271 KB
Contagem de Instalações 2,347
Versão Atual 2.2
Última Atualização 2022-05-11
Data de Publicação 2016-04-02
Classificação 3.42/5 Total de 19 Avaliações
Desenvolvedor Johan Gorter
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}