OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p>Use browser actions to put icons | 2 <p>Use browser actions to put icons |
3 in the main Google Chrome toolbar, | 3 in the main Google Chrome toolbar, |
4 to the right of the address bar. | 4 to the right of the address bar. |
5 In addition to its <a href="#icon">icon</a>, | 5 In addition to its <a href="#icon">icon</a>, |
6 a browser action can also have | 6 a browser action can also have |
7 a <a href="#tooltip">tooltip</a>, | 7 a <a href="#tooltip">tooltip</a>, |
8 a <a href="#badge">badge</a>, | 8 a <a href="#badge">badge</a>, |
9 and a <a href="#popups">popup</a>. | 9 and a <a href="#popups">popup</a>. |
10 </p> | 10 </p> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 </ul> | 134 </ul> |
135 <h2 id="examples"> Examples </h2> | 135 <h2 id="examples"> Examples </h2> |
136 <p> | 136 <p> |
137 You can find simple examples of using browser actions in the | 137 You can find simple examples of using browser actions in the |
138 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/browserAction/">examples/api/browserAction</a> | 138 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/browserAction/">examples/api/browserAction</a> |
139 directory. | 139 directory. |
140 For other examples and for help in viewing the source code, see | 140 For other examples and for help in viewing the source code, see |
141 <a href="samples.html">Samples</a>. | 141 <a href="samples.html">Samples</a>. |
142 </p> | 142 </p> |
143 <!-- END AUTHORED CONTENT --> | 143 <!-- END AUTHORED CONTENT --> |
OLD | NEW |