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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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 } |