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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <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. 1 <div id="pageData-showTOC" class="pageData">true</div>
2 2
3 <p>
4 This page shows some sample extensions,
5 with links that let you install them
6 and find their source code.
7 Each sample also has links to the documentation
8 for each feature used by the sample.
9 </p>
10
11 <p><b>Note:</b> To run these samples, you need to be using the <a href="http://d ev.chromium.org/getting-involved/dev-channel">Dev or Beta channel</a> of Google Chrome.
12
13 <p>
14 For more example code, see the
15 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/" target="_blank">Chromium examples directory</a>.
16 </p>
17
18
3 <h2>Google Mail Checker</h2> 19 <h2>Google Mail Checker</h2>
4 20
5 <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. 21 <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.
6 22
7 <p>Included with no charge is a swell animation when the number of unread items changes. 23 <p>Included with no charge is a swell animation when the number of unread items changes.
8 24
9 <p><a href="https://clients2.google.com/service/update2/crx?response=redirect&x= id%3Dmihcahmgecmbnbcchbopgniflfhgnkff%26uc%26lang%3Den-US&prod=chrome&prodversio n=4.0.238.0"><img src="images/google-mail-checker-capture.png" width="243" heigh t="170" style="margin-bottom:0.5em"></a><br> 25 <p><a href="https://clients2.google.com/service/update2/crx?response=redirect&x= id%3Dmihcahmgecmbnbcchbopgniflfhgnkff%26uc%26lang%3Den-US&prod=chrome&prodversio n=4.0.238.0"><img src="images/google-mail-checker-capture.png" width="243" heigh t="170" style="margin-bottom:0.5em"></a><br>
10 <b><a href="https://clients2.google.com/service/update2/crx?response=redirect&x= id%3Dmihcahmgecmbnbcchbopgniflfhgnkff%26uc%26lang%3Den-US&prod=chrome&prodversio n=4.0.238.0">Install</a>&nbsp;&nbsp; 26 <b><a href="https://clients2.google.com/service/update2/crx?response=redirect&x= id%3Dmihcahmgecmbnbcchbopgniflfhgnkff%26uc%26lang%3Den-US&prod=chrome&prodversio n=4.0.238.0">Install</a>&nbsp;&nbsp;
11 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/gmail/">Source code</a></b> 27 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/gmail/">Source code</a></b>
12 28
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <br><br> 73 <br><br>
58 <p>Features used: 74 <p>Features used:
59 75
60 <ul> 76 <ul>
61 <li><a href="pageAction.html">Page action</a> 77 <li><a href="pageAction.html">Page action</a>
62 <li><a href="background_pages.html">Background page</a> 78 <li><a href="background_pages.html">Background page</a>
63 <li><a href="content_scripts.html">Content scripts</a> 79 <li><a href="content_scripts.html">Content scripts</a>
64 <li><a href="messaging.html">Message passing</a> 80 <li><a href="messaging.html">Message passing</a>
65 <li><a href="xhr.html">Cross-origin XMLHttpRequest</a> 81 <li><a href="xhr.html">Cross-origin XMLHttpRequest</a>
66 </ul> 82 </ul>
OLDNEW
« 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