Labelife

Label Printer Extension

什麼是Labelife?

Labelife是由614frieda614開發的Chrome擴展程式,該擴展的主要功能是“Label Printer Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Labelife擴展crx文件

下載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
官方網址 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'"
    }
}