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
官方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"
    ]
}