FlashLabel Extension
Print on FlashLabel
FlashLabel Extension là gì?
FlashLabel Extension là một tiện ích mở rộng Chrome được phát triển bởi go_1989, và tính năng chính của nó là "Print on FlashLabel".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlashLabel Extension
Tải xuống các tệp mở rộng FlashLabel Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FlashLabel Extension |
ID | ngcmpilohmfalkfodjommledggkemhjp |
URL Chính Thức | https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp |
Mô tả | Print on FlashLabel |
Kích Thước Tệp | 315 KB |
Số Lần Cài Đặt | 2,083 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2023-06-08 |
Ngày Phát Hành | 2022-03-15 |
Đánh Giá | 4.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | go_1989 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |