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

Unified Diff: chrome/common/extensions/docs/templates/intros/commands.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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/intros/commands.html
diff --git a/chrome/common/extensions/docs/templates/intros/commands.html b/chrome/common/extensions/docs/templates/intros/commands.html
index dd11e4a934089d5b79ad4a1d2e6c595742903df9..03b37de9842474318a0ab0e780754f66f2aa5066 100644
--- a/chrome/common/extensions/docs/templates/intros/commands.html
+++ b/chrome/common/extensions/docs/templates/intros/commands.html
@@ -1,8 +1,24 @@
-<p>
-The commands API allows you to add keyboard shortcuts that trigger actions in
-your extension. An action can be opening the browser action or page action popup
-or sending a command to the extension.
-</p>
+<table class="intro">
+ <tr>
+ <th scope="col"></th>
+ <th scope="col"></th>
+ </tr>
+ <tr>
+ <td><strong>Description:</strong></td>
+ <td>Use the commands API to add keyboard shortcuts
+ that trigger actions in your extension,
+ for example, an action to open the browser action
+ or send a command to the extension.</td>
+ </tr>
+ <tr>
+ <td><strong>Availability:</strong></td>
+ <td>On target to be stable in Chrome 25</td>
+ </tr>
+ <tr>
+ <td><strong>Permissions:</strong></td>
+ <td>None</td>
+ </tr>
+</table>
<h2 id="manifest">Manifest</h2>
<p>

Powered by Google App Engine
This is Rietveld 408576698