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
Eメール [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"
    ]
}