OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | |
2 <p id="classSummary"> | 1 <p id="classSummary"> |
3 Use the <code>chrome.history</code> module to interact with the | 2 Use the <code>chrome.history</code> module to interact with the |
4 browser's record of visited pages. You can add, remove, and query | 3 browser's record of visited pages. You can add, remove, and query |
5 for URLs in the browser's history. | 4 for URLs in the browser's history. |
6 To override the history page with your own version, see | 5 To override the history page with your own version, see |
7 <a href="override.html">Override Pages</a>. | 6 <a href="override.html">Override Pages</a>. |
8 </p> | 7 </p> |
9 <h2 id="manifest">Manifest</h2> | 8 <h2 id="manifest">Manifest</h2> |
10 <p>You must declare the "history" permission | 9 <p>You must declare the "history" permission |
11 in the <a href="manifest.html">extension manifest</a> | 10 in the <a href="manifest.html">extension manifest</a> |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 </td> | 135 </td> |
137 </tr> | 136 </tr> |
138 </table> | 137 </table> |
139 <h2 id="examples">Examples</h2> | 138 <h2 id="examples">Examples</h2> |
140 <p> | 139 <p> |
141 For examples of using this API, see the | 140 For examples of using this API, see the |
142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/history/">history sample directory</a> and the | 141 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/history/">history sample directory</a> and the |
143 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/api_test/history/">history API test directory</a>. | 142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/api_test/history/">history API test directory</a>. |
144 For other examples and for help in viewing the source code, see | 143 For other examples and for help in viewing the source code, see |
145 <a href="samples.html">Samples</a>. | 144 <a href="samples.html">Samples</a>. |
146 </p> | 145 </p> |
147 <!-- END AUTHORED CONTENT --> | |
OLD | NEW |