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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/browserAction.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>Use browser actions to put icons 2 <p>Use browser actions to put icons
3 in the main Google Chrome toolbar, 3 in the main Google Chrome toolbar,
4 to the right of the address bar. 4 to the right of the address bar.
5 In addition to its <a href="#icon">icon</a>, 5 In addition to its <a href="#icon">icon</a>,
6 a browser action can also have 6 a browser action can also have
7 a <a href="#tooltip">tooltip</a>, 7 a <a href="#tooltip">tooltip</a>,
8 a <a href="#badge">badge</a>, 8 a <a href="#badge">badge</a>,
9 and a <a href="#popups">popup</a>. 9 and a <a href="#popups">popup</a>.
10 </p> 10 </p>
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 </ul> 134 </ul>
135 <h2 id="examples"> Examples </h2> 135 <h2 id="examples"> Examples </h2>
136 <p> 136 <p>
137 You can find simple examples of using browser actions in the 137 You can find simple examples of using browser actions in the
138 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/browserAction/">examples/api/browserAction</a> 138 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/browserAction/">examples/api/browserAction</a>
139 directory. 139 directory.
140 For other examples and for help in viewing the source code, see 140 For other examples and for help in viewing the source code, see
141 <a href="samples.html">Samples</a>. 141 <a href="samples.html">Samples</a>.
142 </p> 142 </p>
143 <!-- END AUTHORED CONTENT --> 143 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698