| OLD | NEW |
| 1 <p id="classSummary"> | 1 <table class="intro"> |
| 2 Use the <code>chrome.alarms</code> module | 2 <tr> |
| 3 to schedule code to run periodically | 3 <th scope="col"></th> |
| 4 or at a specified time in the future. | 4 <th scope="col"></th> |
| 5 </p> | 5 </tr> |
| 6 <tr> |
| 7 <td><strong>Description:</strong></td> |
| 8 <td>Use the <code>chrome.alarms</code> module |
| 9 to schedule code to run periodically |
| 10 or at a specified time in the future.</td> |
| 11 </tr> |
| 12 <tr> |
| 13 <td><strong>Availability:</strong></td> |
| 14 <td>Google Chrome 22</td> |
| 15 </tr> |
| 16 <tr> |
| 17 <td><strong>Permissions:</strong></td> |
| 18 <td><code>"alarms"</code></td> |
| 19 </tr> |
| 20 <tr> |
| 21 <td><strong>Learn more:</strong></td> |
| 22 <td><a href="event_pages.html">Event Pages</a></td> |
| 23 </tr> |
| 24 </table> |
| OLD | NEW |