OLD | NEW |
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 Loading... |
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 --> |
OLD | NEW |