Print Extension

Print on esc/pos printer

Print Extension란 무엇입니까?

Print Extension은(는) DING에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print on esc/pos printer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Print Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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