Chrome Direct Print

Print HTML/PDF directly to printer

Chrome Direct Print là gì?

Chrome Direct Print là một tiện ích mở rộng Chrome được phát triển bởi https://tiger-workshop.com, và tính năng chính của nó là "Print HTML/PDF directly to printer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Direct Print

Tải xuống các tệp mở rộng Chrome Direct Print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
URL Chính Thức https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
Mô tả Print HTML/PDF directly to printer
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 5,711
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2018-09-08
Ngày Phát Hành 2018-09-08
Đánh Giá 2.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://tiger-workshop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.tiger-workshop.com/chrome-direct-print
URL Trang Trợ Giúp http://blog.tiger-workshop.com/chrome-direct-print
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}