Chrome Direct Print

Print HTML/PDF directly to printer

What is Chrome Direct Print?

Chrome Direct Print is a Chrome extension developed by https://tiger-workshop.com, and its main feature is "Print HTML/PDF directly to printer".

Extension Screenshots

screenshot

Download Chrome Direct Print Extension CRX File

Download Chrome Direct Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
Official URL https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
Description Print HTML/PDF directly to printer
File Size 189 KB
Installation Count 5,711
Current Version 2.0.0
Last Updated 2018-09-08
Publish Date 2018-09-08
Rating 2.50/5 Total 14 Ratings
Developer https://tiger-workshop.com
Email [email protected]
Payment Type free
Extension Website http://blog.tiger-workshop.com/chrome-direct-print
Help Page URL http://blog.tiger-workshop.com/chrome-direct-print
Supported Languages 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"
    ]
}