Labelife

Label Printer Extension

Labelifeคืออะไร?

Labelife เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 614frieda614 และคุณลักษณะหลักของมันคือ "Label Printer Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Labelife

ดาวน์โหลดไฟล์ส่วนขยาย Labelife ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Labelife Labelife
ID fahkjfnppokdemlfodklgmdklmcllidl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/labelife/fahkjfnppokdemlfodklgmdklmcllidl
คำอธิบาย Label Printer Extension
ขนาดไฟล์ 588 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2022-04-11
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา 614frieda614
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
    }
}