Labelife
Label Printer Extension
Что такое Labelife?
Labelife - это расширение Chrome, разработанное 614frieda614, и его основная функция - "Label Printer Extension".
Снимки экрана расширения
Скачать файл CRX расширения Labelife
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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'" } } |