Labelife
Label Printer Extension
O que é Labelife?
Labelife é uma extensão do Chrome desenvolvida por 614frieda614, e sua principal característica é "Label Printer Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Labelife
Baixe arquivos de extensão Labelife no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Labelife |
ID | fahkjfnppokdemlfodklgmdklmcllidl |
URL Oficial | https://chromewebstore.google.com/detail/labelife/fahkjfnppokdemlfodklgmdklmcllidl |
Descrição | Label Printer Extension |
Tamanho do Arquivo | 588 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.5.2 |
Última Atualização | 2024-02-04 |
Data de Publicação | 2022-04-11 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | 614frieda614 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } } |