FlashLabel Extension

Print on FlashLabel

FlashLabel Extensionとは何ですか?

FlashLabel Extensionはgo_1989によって開発されたChromeの拡張機能で、その主な機能は「Print on FlashLabel」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

FlashLabel Extension拡張機能のCRXファイルをダウンロード

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