Print Extension

Print on esc/pos printer

什么是Print Extension?

Print Extension是由DING开发的Chrome扩展程序,该扩展的主要功能是“Print on esc/pos printer”。

扩展截图

screenshot
screenshot

下载Print Extension扩展crx文件

下载Print Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Print Extension Print Extension
ID iiojelkcnhebcbofcnfilpcclfhkfhhh
官方URL https://chromewebstore.google.com/detail/print-extension/iiojelkcnhebcbofcnfilpcclfhkfhhh
简介 Print on esc/pos printer
文件大小 490 KB
安装次数 3,369
当前版本 1.1.9
更新时间 2022-08-12
上架时间 2021-04-26
评分 4.00/5 共3次评分
开发者 DING
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://www.zywell.net
支持的语言 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"
    ]
}