IPP / CUPS printing for Chrome & Chromebooks
Local network printing for Chrome and Chromebooks
ما هو IPP / CUPS printing for Chrome & Chromebooks؟
IPP / CUPS printing for Chrome & Chromebooks هو إضافة Chrome تم تطويرها بواسطة https://directprint.io، والميزة الرئيسية لها هي "Local network printing for Chrome and Chromebooks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IPP / CUPS printing for Chrome & Chromebooks
قم بتنزيل ملفات الامتداد IPP / CUPS printing for Chrome & Chromebooks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finally reliable local network printing for Chromebooks is possible. This Chrome extension allows you to print directly to compatible network printers or a CUPS print server from Chrome and Chromebooks. No Cloud Print required. Key features: Multiple printer support Printer compatibility check Offline help page Landscape, multiple copy printing Now supports more printers via PWG and Unirast (Airprint) formats Known limitations: It does not automatically find printers on the network, you need to know the IP address and IPP path for the printer (consult your printer documentation & help section in the extension). ** Search the store for 'WiFi printer driver for Chromebooks' which offers auto-detection of printers ** Your feedback and bug reports are welcome: [email protected] CUPS, Airprint and the CUPS logo are trademarks of Apple Inc. PLEASE NOTE that this application is not affiliated with or supported by Google or any of the printer manufacturers whose printer models are listed above.
معلومات أساسية عن التمديد
الاسم | IPP / CUPS printing for Chrome & Chromebooks |
ID | lkhfeoafdgbaecajkdbioenncjopbpmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ipp-cups-printing-for-chr/lkhfeoafdgbaecajkdbioenncjopbpmk |
الوصف | Local network printing for Chrome and Chromebooks |
حجم الملف | 1.25 MB |
عدد التثبيتات | 45,462 |
النسخة الحالية | 0.1.34 |
آخر تحديث | 2019-11-22 |
تاريخ النشر | 2019-11-22 |
تقييم | 3.17/5 مجموع تقييمات 364 |
المطور | https://directprint.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://directprint.io |
عنوان صفحة سياسة الخصوصية | https://directprint.io/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPP \/ CUPS printing for Chrome & Chromebooks", "short_name": "IPP Printing", "description": "Local network printing for Chrome and Chromebooks", "minimum_chrome_version": "44", "version": "0.1.34", "background": { "scripts": [ "bg.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "printerProvider", "notifications", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "browser_action": { "default_title": "Manage printers & get help", "default_icon": "icons\/icon16.png", "default_popup": "master.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |