Labelife
Label Printer Extension
Labelife là gì?
Labelife là một tiện ích mở rộng Chrome được phát triển bởi 614frieda614, và tính năng chính của nó là "Label Printer Extension".
Ả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 Labelife
Tải xuống các tệp mở rộng Labelife 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 Labelife printer, Users can connect to athermal Labelife 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 l created it. You can press Ctrl+P to open the print preview interface, select Labelife printer and click Print to print the valid content. Compatible with ChromeOS system computers, MacOS Chrome browser, but not compatible with Windows.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Labelife |
ID | fahkjfnppokdemlfodklgmdklmcllidl |
URL Chính Thức | https://chromewebstore.google.com/detail/labelife/fahkjfnppokdemlfodklgmdklmcllidl |
Mô tả | Label Printer Extension |
Kích Thước Tệp | 588 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2024-02-04 |
Ngày Phát Hành | 2022-04-11 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | 614frieda614 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Labelife", "description": "Label Printer Extension", "version": "1.5.2", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": "background.js" }, "action": [], "manifest_version": 3, "minimum_chrome_version": "88", "offline_enabled": true, "permissions": [ "printerProvider", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |