Print Extension

Print on esc/pos printer

What is Print Extension?

Print Extension is a Chrome extension developed by DING, and its main feature is "Print on esc/pos printer".

Extension Screenshots

screenshot
screenshot

Download Print Extension Extension CRX File

Download Print Extension 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

                        Users can connect to a thermal receipt printer via usb to print.                    

Extension Basic Information

Name Print Extension Print Extension
ID iiojelkcnhebcbofcnfilpcclfhkfhhh
Official URL https://chromewebstore.google.com/detail/print-extension/iiojelkcnhebcbofcnfilpcclfhkfhhh
Description Print on esc/pos printer
File Size 490 KB
Installation Count 3,369
Current Version 1.1.9
Last Updated 2022-08-12
Publish Date 2021-04-26
Rating 4.00/5 Total 3 Ratings
Developer DING
Email [email protected]
Payment Type free
Help Page URL http://www.zywell.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print Extension",
    "description": "Print on esc\/pos printer",
    "version": "1.1.9",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "minimum_chrome_version": "30",
    "background": {
        "scripts": [
            "background.js",
            "pdf.js",
            "printerLib.js",
            "FileSaver.js",
            "jszip.min.js",
            "jszip-utils.js",
            "jszip-utils-ie.js",
            "jquery-2.1.4.min.js",
            "nameSpace.js",
            "multiLanguage.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "offline_enabled": true,
    "permissions": [
        "printerProvider"
    ]
}