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
公式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
Eメール [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'"
    }
}