Print Image Pro

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

Print Image Pro क्या है?

Print Image Pro Johan Gorter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to scale an image to fit the page before printing it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Print Image Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}