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