Chrome Direct Print

Print HTML/PDF directly to printer

什麼是Chrome Direct Print?

Chrome Direct Print是由https://tiger-workshop.com開發的Chrome擴展程式,該擴展的主要功能是“Print HTML/PDF directly to printer”。

擴展截圖

screenshot

下載Chrome Direct Print擴展crx文件

下載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
官方網址 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"
    ]
}