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はhttps://directprint.ioによって開発されたChromeの拡張機能で、その主な機能は「Local network printing for Chrome and Chromebooks」です。
拡張機能のスクリーンショット
IPP / CUPS printing for Chrome & Chromebooks拡張機能のCRXファイルをダウンロード
IPP / CUPS printing for Chrome & Chromebooks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://directprint.io |
プライバシーポリシーページのURL | 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 } |