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
电子邮箱 [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"
}