FlashLabel Extension
Print on FlashLabel
什麼是FlashLabel Extension?
FlashLabel Extension是由go_1989開發的Chrome擴展程式,該擴展的主要功能是“Print on FlashLabel”。
擴展截圖
下載FlashLabel Extension擴展crx文件
下載FlashLabel Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin is a subsidiary of FlashLabel printer, Users can connect to a thermal printer via usb to print. This Extension allows you to print the currently displayed Web Page. Although this function is very simple, , I needed to have this ability in Chrome and so I created it!You can press Ctrl + P to open the print preview interface, select printer and click Print to print the valid content.
擴展基本資訊
名稱 | FlashLabel Extension |
ID | ngcmpilohmfalkfodjommledggkemhjp |
官方網址 | https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp |
簡介 | Print on FlashLabel |
檔案大小 | 315 KB |
安裝次數 | 2,083 |
目前版本 | 1.2.2 |
更新時間 | 2023-06-08 |
上架時間 | 2022-03-15 |
評分 | 4.00/5 共 7 次評分 |
開發者 | go_1989 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "description": "Print on FlashLabel", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "action": { "default_title": "FlashLabel", "default_popup": "popup.html" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "FlashLabel Extension", "offline_enabled": true, "permissions": [ "printerProvider", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2" } |