| OLD | NEW |
| 1 <p> | 1 <p> |
| 2 Use page actions to put icons inside the address bar. | |
| 3 Page actions represent actions | |
| 4 that can be taken on the current page, | |
| 5 but that aren't applicable to all pages. | |
| 6 Some examples: | 2 Some examples: |
| 7 </p> | 3 </p> |
| 8 <ul> | 4 <ul> |
| 9 <li> Subscribe to this page's RSS feed </li> | 5 <li> Subscribe to this page's RSS feed </li> |
| 10 <li> Make a slideshow out of this page's photos </li> | 6 <li> Make a slideshow out of this page's photos </li> |
| 11 </ul> | 7 </ul> |
| 12 | 8 |
| 13 <p> | 9 <p> |
| 14 The RSS icon in the following screenshot | 10 The RSS icon in the following screenshot |
| 15 represents a page action | 11 represents a page action |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 | 110 |
| 115 <h2 id="examples"> Examples </h2> | 111 <h2 id="examples"> Examples </h2> |
| 116 | 112 |
| 117 <p> | 113 <p> |
| 118 You can find simple examples of using page actions in the | 114 You can find simple examples of using page actions in the |
| 119 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/pageAction/">examples/api/pageAction</a> | 115 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/pageAction/">examples/api/pageAction</a> |
| 120 directory. | 116 directory. |
| 121 For other examples and for help in viewing the source code, see | 117 For other examples and for help in viewing the source code, see |
| 122 <a href="samples.html">Samples</a>. | 118 <a href="samples.html">Samples</a>. |
| 123 </p> | 119 </p> |
| OLD | NEW |