LabelRange
LabelRange printer plugin
什么是LabelRange?
LabelRange是由LabelRange开发的Chrome扩展程序,该扩展的主要功能是“LabelRange printer plugin”。
扩展截图
下载LabelRange扩展crx文件
下载LabelRange扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extention provides for LabelRange LP320 thermal label printer to install and effect the printing function, including device connection and printer property settings. How to setup: Step 1: Connect the power cable. Connect the usb cable to chromebook and printer. Step 2: Load your labels in the printer and turn the power on. Step 3: Go to extention and choose the Labelrange and do the settings to print.
扩展基本信息
名称 | LabelRange |
ID | aompphdlbehnhfbbbpdngkhljjielbci |
官方URL | https://chromewebstore.google.com/detail/labelrange/aompphdlbehnhfbbbpdngkhljjielbci |
简介 | LabelRange printer plugin |
文件大小 | 386 KB |
安装次数 | 496 |
当前版本 | 1.0.3 |
更新时间 | 2023-03-13 |
上架时间 | 2022-11-30 |
评分 | 5.00/5 共1次评分 |
开发者 | LabelRange |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,fr,es,it,zh-CN |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": [], "options_page": "options.html", "default_locale": "en", "description": "LabelRange printer plugin", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 3, "minimum_chrome_version": "100", "name": "LabelRange", "offline_enabled": true, "permissions": [ "printerProvider", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |