Print Image Pro

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

Qu'est-ce que Print Image Pro ?

Print Image Pro est une extension Chrome développée par Johan Gorter, et sa fonction principale est "This extension allows you to scale an image to fit the page before printing it.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Print Image Pro

Téléchargez les fichiers d'extension Print Image Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
URL Officiel https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Description This extension allows you to scale an image to fit the page before printing it.
Taille du Fichier 271 KB
Nombre d'Installations 2,347
Version Actuelle 2.2
Dernière Mise à Jour 2022-05-11
Date de Publication 2016-04-02
Évaluation 3.42/5 Total 19 Évaluations
Développeur Johan Gorter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}