Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: chrome/common/extensions/docs/templates/intros/usb.html

Issue 11635032: Added introductory tables to Chrome apps APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <p id="classSummary"> 1 <table class="intro">
2 Use the <code>chrome.usb</code> module 2 <tr>
3 to interact with connected USB devices. 3 <th scope="col"></th>
4 This API provides access to USB operations 4 <th scope="col"></th>
5 from within the context of an app or extension. 5 </tr>
6 Using this API, 6 <tr>
7 apps and extensions can function as drivers 7 <td><strong>Description:</strong></td>
8 for hardware devices. 8 <td>Use the <code>chrome.usb</code> module
9 </p> 9 to interact with connected USB devices.
10 10 This API provides access to USB operations
11 <h4>Related Documentation</h4> 11 from within the context of an app or extension.
12 <ul> 12 Using this API,
13 » <li><a href="app_hardware.html">Accessing Hardware Devices</a></li> 13 apps and extensions can function as drivers
14 </ul> 14 for hardware devices.</td>
15 </tr>
16 <tr>
17 <td><strong>Availability:</strong></td>
18 <td>Google Chrome Dev Channel Only</td>
19 </tr>
20 <tr>
21 <td><strong>Permissions:</strong></td>
22 <td><code>"usb"</code></td>
23 </tr>
24 <tr>
25 <td><strong>Learn more:</strong></td>
26 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td>
27 </tr>
28 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698