Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/pageAction.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698