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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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