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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/bookmarks.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698