Chrome Direct Print

Print HTML/PDF directly to printer

Qu'est-ce que Chrome Direct Print ?

Chrome Direct Print est une extension Chrome développée par https://tiger-workshop.com, et sa fonction principale est "Print HTML/PDF directly to printer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Direct Print

Téléchargez les fichiers d'extension Chrome Direct Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
URL Officiel https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
Description Print HTML/PDF directly to printer
Taille du Fichier 189 KB
Nombre d'Installations 5,711
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-09-08
Date de Publication 2018-09-08
Évaluation 2.50/5 Total 14 Évaluations
Développeur https://tiger-workshop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blog.tiger-workshop.com/chrome-direct-print
URL de la Page d'Aide http://blog.tiger-workshop.com/chrome-direct-print
Langues Prises en Charge 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"
    ]
}