| OLD | NEW |
| 1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
| 2 <p id="classSummary"> | 2 <p id="classSummary"> |
| 3 Use the <code>chrome.bookmarks</code> module to create, organize, | 3 Use the <code>chrome.bookmarks</code> module to create, organize, |
| 4 and otherwise manipulate bookmarks. | 4 and otherwise manipulate bookmarks. |
| 5 Also see <a href="override.html">Override Pages</a>, | 5 Also see <a href="override.html">Override Pages</a>, |
| 6 which you can use to create a custom Bookmark Manager page. | 6 which you can use to create a custom Bookmark Manager page. |
| 7 </p> | 7 </p> |
| 8 <img src="{{static}}/images/bookmarks.png" | 8 <img src="{{static}}/images/bookmarks.png" |
| 9 width="210" height="147" alt="Clicking the star adds a bookmark" /> | 9 width="210" height="147" alt="Clicking the star adds a bookmark" /> |
| 10 <h2 id="manifest">Manifest</h2> | 10 <h2 id="manifest">Manifest</h2> |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'title': 'Extensions doc', | 70 'title': 'Extensions doc', |
| 71 'url': 'http://code.google.com/chrome/extensions'}); | 71 'url': 'http://code.google.com/chrome/extensions'}); |
| 72 </pre> | 72 </pre> |
| 73 <p> | 73 <p> |
| 74 For an example of using this API, see the | 74 For an example of using this API, see the |
| 75 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. | 75 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. |
| 76 For other examples and for help in viewing the source code, see | 76 For other examples and for help in viewing the source code, see |
| 77 <a href="samples.html">Samples</a>. | 77 <a href="samples.html">Samples</a>. |
| 78 </p> | 78 </p> |
| 79 <!-- END AUTHORED CONTENT --> | 79 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |