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