Chrome Direct Print

Print HTML/PDF directly to printer

Chrome Direct Printคืออะไร?

Chrome Direct Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tiger-workshop.com และคุณลักษณะหลักของมันคือ "Print HTML/PDF directly to printer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Direct Print

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Direct Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enable silent print to multiple printers without PDF download or user confirmation.

Currently support Windows and PDF only.

** Must be used with "Chrome Direct Print Host" **

Read http://blog.tiger-workshop.com/chrome-direct-print for detail                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
คำอธิบาย Print HTML/PDF directly to printer
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 5,711
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2018-09-08
วันที่เผยแพร่ 2018-09-08
คะแนน 2.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://tiger-workshop.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.tiger-workshop.com/chrome-direct-print
URL หน้าช่วยเหลือ http://blog.tiger-workshop.com/chrome-direct-print
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Direct Print",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Print HTML\/PDF directly to printer",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-128.png"
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}