FlashLabel Extension

Print on FlashLabel

Что такое FlashLabel Extension?

FlashLabel Extension - это расширение Chrome, разработанное go_1989, и его основная функция - "Print on FlashLabel".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FlashLabel Extension

Скачайте файлы расширений 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"
}