FlashLabel Extension

Print on FlashLabel

ما هو FlashLabel Extension؟

FlashLabel Extension هو إضافة Chrome تم تطويرها بواسطة go_1989، والميزة الرئيسية لها هي "Print on FlashLabel".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FlashLabel Extension

قم بتنزيل ملفات الامتداد FlashLabel Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This plugin is a subsidiary of FlashLabel printer, Users can connect to a thermal 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 I created it!You can press Ctrl + P to open the print preview interface, select printer and click Print to print the valid content.                    

معلومات أساسية عن التمديد

الاسم FlashLabel Extension FlashLabel Extension
ID ngcmpilohmfalkfodjommledggkemhjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp
الوصف Print on FlashLabel
حجم الملف 315 KB
عدد التثبيتات 2,083
النسخة الحالية 1.2.2
آخر تحديث 2023-06-08
تاريخ النشر 2022-03-15
تقييم 4.00/5 مجموع تقييمات 7
المطور go_1989
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "description": "Print on FlashLabel",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "action": {
        "default_title": "FlashLabel",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "FlashLabel Extension",
    "offline_enabled": true,
    "permissions": [
        "printerProvider",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2"
}