| OLD | NEW |
| 1 <p>Use browser actions to put icons | |
| 2 in the main Google Chrome toolbar, | |
| 3 to the right of the address bar. | |
| 4 In addition to its <a href="#icon">icon</a>, | |
| 5 a browser action can also have | |
| 6 a <a href="#tooltip">tooltip</a>, | |
| 7 a <a href="#badge">badge</a>, | |
| 8 and a <a href="#popups">popup</a>. | |
| 9 </p> | |
| 10 | |
| 11 <p> | 1 <p> |
| 12 In the following figure, | 2 In the following figure, |
| 13 the multicolored square | 3 the multicolored square |
| 14 to the right of the address bar | 4 to the right of the address bar |
| 15 is the icon for a browser action. | 5 is the icon for a browser action. |
| 16 A popup is below the icon. | 6 A popup is below the icon. |
| 17 </p> | 7 </p> |
| 18 | 8 |
| 19 <img src="{{static}}/images/browser-action.png" | 9 <img src="{{static}}/images/browser-action.png" |
| 20 width="363" height="226" /> | 10 width="363" height="226" /> |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 | 175 |
| 186 <h2 id="examples"> Examples </h2> | 176 <h2 id="examples"> Examples </h2> |
| 187 | 177 |
| 188 <p> | 178 <p> |
| 189 You can find simple examples of using browser actions in the | 179 You can find simple examples of using browser actions in the |
| 190 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/browserAction/">examples/api/browserAction</a> | 180 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/browserAction/">examples/api/browserAction</a> |
| 191 directory. | 181 directory. |
| 192 For other examples and for help in viewing the source code, see | 182 For other examples and for help in viewing the source code, see |
| 193 <a href="samples.html">Samples</a>. | 183 <a href="samples.html">Samples</a>. |
| 194 </p> | 184 </p> |
| OLD | NEW |