通过usb接口可以与USB设备进行交互,这能让Chrome应用作为USB设备的驱动程序。要使用usb接口需要在Manifest中声明usb权限:
usb
"permissions": [ "usb" ]
本章内容参考自https://crxdoc-zh.appspot.com/apps/usb。