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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698