OLD | NEW |
1 <table class="intro"> | 1 <table class="intro"> |
2 <tr> | 2 <tr> |
3 <th scope="col"></th> | 3 <th scope="col"></th> |
4 <th scope="col"></th> | 4 <th scope="col"></th> |
5 </tr> | 5 </tr> |
6 <tr> | 6 <tr> |
7 <td><strong>Description:</strong></td> | |
8 <td>Use the <code>chrome.usb</code> module | |
9 to interact with connected USB devices. | |
10 This API provides access to USB operations | |
11 from within the context of an app. | |
12 Using this API, | |
13 apps can function as drivers | |
14 for hardware devices.</td> | |
15 </tr> | |
16 <tr> | |
17 <td><strong>Availability:</strong></td> | |
18 <td>Google Chrome 26</td> | |
19 </tr> | |
20 <tr> | |
21 <td><strong>Permissions:</strong></td> | 7 <td><strong>Permissions:</strong></td> |
22 <td><code>"usb"</code></td> | 8 <td><code>"usb"</code></td> |
23 </tr> | 9 </tr> |
24 <tr> | 10 <tr> |
25 <td><strong>Learn more:</strong></td> | 11 <td><strong>Learn more:</strong></td> |
26 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td> | 12 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td> |
27 </tr> | 13 </tr> |
28 </table> | 14 </table> |
OLD | NEW |