Labelife
Label Printer Extension
Labelife क्या है?
Labelife 614frieda614 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Label Printer Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Labelife एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } } |