Print Extension
Print on esc/pos printer
Print Extensionとは何ですか?
Print ExtensionはDINGによって開発されたChromeの拡張機能で、その主な機能は「Print on esc/pos printer」です。
拡張機能のスクリーンショット
Print Extension拡張機能のCRXファイルをダウンロード
Print Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Users can connect to a thermal receipt printer via usb to print. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |