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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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
OLDNEW
1 <p> 1 <p>
2 The omnibox API allows you to register a
3 keyword with Google Chrome's address bar,
4 which is also known as the omnibox.
5 </p>
6
7 <p>
8 <img src="{{static}}/images/omnibox.png" width="300" height="150" 2 <img src="{{static}}/images/omnibox.png" width="300" height="150"
9 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/> 3 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/>
10 </p> 4 </p>
11 5
12 <p> 6 <p>
13 When the user enters your extension's 7 When the user enters your extension's
14 keyword, the user starts 8 keyword, the user starts
15 interacting solely with your extension. 9 interacting solely with your extension.
16 Each keystroke is sent to your 10 Each keystroke is sent to your
17 extension, and you can provide suggestions 11 extension, and you can provide suggestions
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 >context menus API</a> also uses a 16x16-pixel 60 >context menus API</a> also uses a 16x16-pixel
67 icon, but it is displayed in color. 61 icon, but it is displayed in color.
68 </p> 62 </p>
69 63
70 64
71 <h2 id="examples">Examples</h2> 65 <h2 id="examples">Examples</h2>
72 66
73 <p> 67 <p>
74 You can find samples of this API on the 68 You can find samples of this API on the
75 <a href="samples.html#omnibox">sample page</a>. 69 <a href="samples.html#omnibox">sample page</a>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698