Print Image Pro

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

Τι είναι το Print Image Pro;

Το Print Image Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Johan Gorter, και η κύρια λειτουργία του είναι "This extension allows you to scale an image to fit the page before printing it.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Print Image Pro

Λήψη αρχείων επέκτασης Print Image Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Print Image Pro Print Image Pro
ID fhjkkcdlkhhanjllheiahepkpdgdnhdg
Επίσημο URL https://chromewebstore.google.com/detail/print-image-pro/fhjkkcdlkhhanjllheiahepkpdgdnhdg
Περιγραφή This extension allows you to scale an image to fit the page before printing it.
Μέγεθος Αρχείου 271 KB
Αριθμός Εγκαταστάσεων 2,347
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2022-05-11
Ημερομηνία Δημοσίευσης 2016-04-02
Αξιολόγηση 3.42/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Johan Gorter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}