OLD | NEW |
1 <p> | 1 <p> |
2 <img src="{{static}}/images/omnibox.png" width="300" height="150" | 2 <img src="{{static}}/images/omnibox.png" width="300" height="150" |
3 alt="A screenshot showing suggestions related to the keyword 'Chromium Search'
"/> | 3 alt="A screenshot showing suggestions related to the keyword 'Chromium Search'
"/> |
4 </p> | 4 </p> |
5 | 5 |
6 <p> | 6 <p> |
7 When the user enters your extension's | 7 When the user enters your extension's |
8 keyword, the user starts | 8 keyword, the user starts |
9 interacting solely with your extension. | 9 interacting solely with your extension. |
10 Each keystroke is sent to your | 10 Each keystroke is sent to your |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 For example, the <a href="contextMenus" | 61 For example, the <a href="contextMenus" |
62 >context menus API</a> also uses a 16x16-pixel | 62 >context menus API</a> also uses a 16x16-pixel |
63 icon, but it is displayed in color. | 63 icon, but it is displayed in color. |
64 </p> | 64 </p> |
65 | 65 |
66 | 66 |
67 <h2 id="examples">Examples</h2> | 67 <h2 id="examples">Examples</h2> |
68 | 68 |
69 <p> | 69 <p> |
70 You can find samples of this API on the | 70 You can find samples of this API on the |
71 <a href="samples#omnibox">sample page</a>. | 71 <a href="samples#search:omnibox">sample page</a>. |
OLD | NEW |