Labelife

Label Printer Extension

Co je Labelife?

Labelife je rozšíření Chrome vyvinuté 614frieda614, a jeho hlavní funkcí je „Label Printer Extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Labelife

Stáhněte si soubory rozšíření Labelife ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Labelife Labelife
ID fahkjfnppokdemlfodklgmdklmcllidl
Oficiální URL https://chromewebstore.google.com/detail/labelife/fahkjfnppokdemlfodklgmdklmcllidl
Popis Label Printer Extension
Velikost souboru 588 KB
Počet instalací 10,000
Aktuální Verze 1.5.2
Poslední Aktualizace 2024-02-04
Datum Vydání 2022-04-11
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář 614frieda614
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
    }
}