| OLD | NEW |
| 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> | 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> |
| 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 Loading... |
| 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> |
| OLD | NEW |