Chrome Direct Print

Print HTML/PDF directly to printer

ما هو Chrome Direct Print؟

Chrome Direct Print هو إضافة Chrome تم تطويرها بواسطة https://tiger-workshop.com، والميزة الرئيسية لها هي "Print HTML/PDF directly to printer".

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

screenshot

تحميل ملف CRX للإضافة Chrome Direct Print

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

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

                        Enable silent print to multiple printers without PDF download or user confirmation.

Currently support Windows and PDF only.

** Must be used with "Chrome Direct Print Host" **

Read http://blog.tiger-workshop.com/chrome-direct-print for detail                    

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

الاسم Chrome Direct Print Chrome Direct Print
ID fnfkcaeloalplnglklappfjfjeafakeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo
الوصف Print HTML/PDF directly to printer
حجم الملف 189 KB
عدد التثبيتات 5,711
النسخة الحالية 2.0.0
آخر تحديث 2018-09-08
تاريخ النشر 2018-09-08
تقييم 2.50/5 مجموع تقييمات 14
المطور https://tiger-workshop.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://blog.tiger-workshop.com/chrome-direct-print
عنوان صفحة المساعدة http://blog.tiger-workshop.com/chrome-direct-print
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Direct Print",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Print HTML\/PDF directly to printer",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-128.png"
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}