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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/contextMenus.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> 2 <p>
3 The context menus module allows you 3 The context menus module allows you
4 to add items to Google Chrome's context menu. 4 to add items to Google Chrome's context menu.
5 </p> 5 </p>
6 <p> 6 <p>
7 You can choose what types of objects 7 You can choose what types of objects
8 your context menu additions apply to, 8 your context menu additions apply to,
9 such as images, hyperlinks, and pages. 9 such as images, hyperlinks, and pages.
10 </P> 10 </P>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "48": "icon-small.png", 47 "48": "icon-small.png",
48 "128": "icon-large.png" 48 "128": "icon-large.png"
49 }, 49 },
50 ... 50 ...
51 }</pre> 51 }</pre>
52 <h2 id="examples">Examples</h2> 52 <h2 id="examples">Examples</h2>
53 <p> 53 <p>
54 You can find samples of this API on the 54 You can find samples of this API on the
55 <a href="samples.html#contextMenus">sample page</a>. 55 <a href="samples.html#contextMenus">sample page</a>.
56 <!-- END AUTHORED CONTENT --> 56 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698