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

Unified Diff: chrome/common/extensions/docs/static/samples.html

Issue 398005: Changes to follow the codesite L&F.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/samples.html
===================================================================
--- chrome/common/extensions/docs/static/samples.html (revision 32042)
+++ chrome/common/extensions/docs/static/samples.html (working copy)
@@ -1,5 +1,21 @@
-<p><b style="color:red">Note:</b> To run these samples, you need to be on the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev or Beta channel</a> of Google Chrome.
+<div id="pageData-showTOC" class="pageData">true</div>
+<p>
+This page shows some sample extensions,
+with links that let you install them
+and find their source code.
+Each sample also has links to the documentation
+for each feature used by the sample.
+</p>
+
+<p><b>Note:</b> To run these samples, you need to be using the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev or Beta channel</a> of Google Chrome.
+
+<p>
+For more example code, see the
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/" target="_blank">Chromium examples directory</a>.
+</p>
+
+
<h2>Google Mail Checker</h2>
<p>Adds a Google Mail button to the toolbar which displays the number of unread messages in your inbox. You can also click the button to open your inbox.
« no previous file with comments | « chrome/common/extensions/docs/static/options.html ('k') | chrome/common/extensions/docs/static/tut_debugging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698