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

Side by Side Diff: chrome/common/extensions/docs/static/bookmarks.html

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years 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
OLDNEW
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
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 -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/background_pages.html ('k') | chrome/common/extensions/docs/static/browserAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698