OLD | NEW |
1 <div id="pageData-title" class="pageData">Bookmarks</div> | 1 <div id="pageData-name" class="pageData">Bookmarks</div> |
2 | 2 |
3 <!-- BEGIN AUTHORED CONTENT --> | 3 <!-- BEGIN AUTHORED CONTENT --> |
4 <p id="classSummary"> | 4 <p id="classSummary"> |
5 Use the <code>chrome.bookmarks</code> module to create, organize, | 5 Use the <code>chrome.bookmarks</code> module to create, organize, |
6 and otherwise manipulate bookmarks. | 6 and otherwise manipulate bookmarks. |
7 </p> | 7 </p> |
8 | 8 |
9 <img src="images/bookmarks.png" | 9 <img src="images/bookmarks.png" |
10 width="210" height="147" alt="Clicking the star adds a bookmark" /> | 10 width="210" height="147" alt="Clicking the star adds a bookmark" /> |
11 | 11 |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'title': 'Extensions doc', | 78 'title': 'Extensions doc', |
79 'url': 'http://code.google.com/chrome/extensions'}); | 79 'url': 'http://code.google.com/chrome/extensions'}); |
80 </pre> | 80 </pre> |
81 | 81 |
82 <p> | 82 <p> |
83 For a full example of using bookmarks, see the | 83 For a full example of using bookmarks, see the |
84 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/samples/bookmarks/">bookmarks sample</a>. | 84 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/samples/bookmarks/">bookmarks sample</a>. |
85 </p> | 85 </p> |
86 | 86 |
87 <!-- END AUTHORED CONTENT --> | 87 <!-- END AUTHORED CONTENT --> |
OLD | NEW |