| 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.
|
|
|