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

Unified Diff: chrome/common/extensions/docs/templates/intros/idle.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/idle.html
diff --git a/chrome/common/extensions/docs/templates/intros/idle.html b/chrome/common/extensions/docs/templates/intros/idle.html
index 0eedf2285f21ad68d50179b8e72288bb3d2a729c..311037f0795100bd8737372a0037ce37759d5883 100644
--- a/chrome/common/extensions/docs/templates/intros/idle.html
+++ b/chrome/common/extensions/docs/templates/intros/idle.html
@@ -1,3 +1,23 @@
+<table class="intro">
+ <tr>
+ <th scope="col"></th>
+ <th scope="col"></th>
+ </tr>
+ <tr>
+ <td><strong>Description:</strong></td>
+ <td>Use the <code>chrome.idle</code> module
+ to detect when the machine's idle state changes.</td>
+ </tr>
+ <tr>
+ <td><strong>Availability:</strong></td>
+ <td>Google Chrome 6</td>
+ </tr>
+ <tr>
+ <td><strong>Permissions:</strong></td>
+ <td><code>"idle"</code></td>
+ </tr>
+</table>
+
<h2 id="manifest">Manifest</h2>
<p>You must declare the "idle" permission in your extension's manifest to use the idle API.
For example:

Powered by Google App Engine
This is Rietveld 408576698