OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p> | 2 <p> |
3 Use page actions to put icons inside the address bar. | 3 Use page actions to put icons inside the address bar. |
4 Page actions represent actions | 4 Page actions represent actions |
5 that can be taken on the current page, | 5 that can be taken on the current page, |
6 but that aren't applicable to all pages. | 6 but that aren't applicable to all pages. |
7 Some examples: | 7 Some examples: |
8 </p> | 8 </p> |
9 <ul> | 9 <ul> |
10 <li> Subscribe to this page's RSS feed </li> | 10 <li> Subscribe to this page's RSS feed </li> |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 </ul> | 82 </ul> |
83 <h2 id="examples"> Examples </h2> | 83 <h2 id="examples"> Examples </h2> |
84 <p> | 84 <p> |
85 You can find simple examples of using page actions in the | 85 You can find simple examples of using page actions in the |
86 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/pageAction/">examples/api/pageAction</a> | 86 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/pageAction/">examples/api/pageAction</a> |
87 directory. | 87 directory. |
88 For other examples and for help in viewing the source code, see | 88 For other examples and for help in viewing the source code, see |
89 <a href="samples.html">Samples</a>. | 89 <a href="samples.html">Samples</a>. |
90 </p> | 90 </p> |
91 <!-- END AUTHORED CONTENT --> | 91 <!-- END AUTHORED CONTENT --> |
OLD | NEW |