| OLD | NEW |
| 1 <div id="pageData-title" class="pageData">Browser Actions</div> | 1 <div id="pageData-name" class="pageData">Browser Actions</div> |
| 2 | 2 |
| 3 <!-- BEGIN AUTHORED CONTENT --> | 3 <!-- BEGIN AUTHORED CONTENT --> |
| 4 <p>Use browser actions to put icons | 4 <p>Use browser actions to put icons |
| 5 in the main Google Chrome toolbar, | 5 in the main Google Chrome toolbar, |
| 6 to the right of the address bar. | 6 to the right of the address bar. |
| 7 In addition to its <a href="#icon">icon</a>, | 7 In addition to its <a href="#icon">icon</a>, |
| 8 a browser action can also have | 8 a browser action can also have |
| 9 a <a href="#tooltip">tooltip</a>, | 9 a <a href="#tooltip">tooltip</a>, |
| 10 a <a href="#badge">badge</a>, | 10 a <a href="#badge">badge</a>, |
| 11 and a <a href="#popup">popup</a>. | 11 and a <a href="#popup">popup</a>. |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 <li><b>Do</b> use alpha transparency | 147 <li><b>Do</b> use alpha transparency |
| 148 to add soft edges to your icon. | 148 to add soft edges to your icon. |
| 149 Because many people use themes, | 149 Because many people use themes, |
| 150 your icon should look nice | 150 your icon should look nice |
| 151 on a variety of background colors. | 151 on a variety of background colors. |
| 152 <li><b>Don't</b> constantly animate your icon. | 152 <li><b>Don't</b> constantly animate your icon. |
| 153 That's just annoying. | 153 That's just annoying. |
| 154 </ul> | 154 </ul> |
| 155 | 155 |
| 156 <!-- END AUTHORED CONTENT --> | 156 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |