Labelife
Label Printer Extension
Qu'est-ce que Labelife ?
Labelife est une extension Chrome développée par 614frieda614, et sa fonction principale est "Label Printer Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Labelife
Téléchargez les fichiers d'extension Labelife au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Labelife |
ID | fahkjfnppokdemlfodklgmdklmcllidl |
URL Officiel | https://chromewebstore.google.com/detail/labelife/fahkjfnppokdemlfodklgmdklmcllidl |
Description | Label Printer Extension |
Taille du Fichier | 588 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.5.2 |
Dernière Mise à Jour | 2024-02-04 |
Date de Publication | 2022-04-11 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | 614frieda614 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } } |