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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/omnibox.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 omnibox API allows you to register a 3 The omnibox API allows you to register a
4 keyword with Google Chrome's address bar, 4 keyword with Google Chrome's address bar,
5 which is also known as the omnibox. 5 which is also known as the omnibox.
6 </p> 6 </p>
7 <p> 7 <p>
8 <img src="{{static}}/images/omnibox.png" width="300" height="150" 8 <img src="{{static}}/images/omnibox.png" width="300" height="150"
9 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/> 9 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/>
10 </p> 10 </p>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 used in other situations that require color. 56 used in other situations that require color.
57 For example, the <a href="contextMenus.html" 57 For example, the <a href="contextMenus.html"
58 >context menus API</a> also uses a 16x16-pixel 58 >context menus API</a> also uses a 16x16-pixel
59 icon, but it is displayed in color. 59 icon, but it is displayed in color.
60 </p> 60 </p>
61 <h2 id="examples">Examples</h2> 61 <h2 id="examples">Examples</h2>
62 <p> 62 <p>
63 You can find samples of this API on the 63 You can find samples of this API on the
64 <a href="samples.html#omnibox">sample page</a>. 64 <a href="samples.html#omnibox">sample page</a>.
65 <!-- END AUTHORED CONTENT --> 65 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698