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 |
官方網址 | 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" } |