FlashLabel Extension
Print on FlashLabel
FlashLabel Extensionคืออะไร?
FlashLabel Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย go_1989 และคุณลักษณะหลักของมันคือ "Print on FlashLabel"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlashLabel Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |