Chrome Direct Print

Print HTML/PDF directly to printer

Chrome Direct Print क्या है?

Chrome Direct Print https://tiger-workshop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print HTML/PDF directly to printer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Direct Print एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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