usbPrinters 매니페스트 속성은 printerProvider API를 사용하는 앱에서 지원되는 USB 프린터를 선언합니다.
샘플 manifest.json
{ "name":"My printer app", "usb_printers":{ "filters":[ //This app can print to the NexusOne and any printer made by Google. {"vendorId":6353,"productId":19985}, {"vendorId":6353,"interfaceClass":7} ] }, ... }
참조
filters (객체 배열) - 필수
지원되는 기기와 일치하는 USB 기기 필터 목록입니다. 기기는 제공된 필터 중 하나와만 일치하면 됩니다. vendorId가 필수이며 productId 또는 interfaceClass 중 하나만 제공할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2015-05-07(UTC)"],[],[]]