| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 a img { | 2 a img { |
| 3 border:0; | 3 border:0; |
| 4 } | 4 } |
| 5 </style> | 5 </style> |
| 6 | 6 |
| 7 <div id="pageData-showTOC" class="pageData">true</div> | 7 <div id="pageData-showTOC" class="pageData">true</div> |
| 8 | 8 |
| 9 <p> | 9 <p> |
| 10 This page shows some sample extensions, | 10 This page shows some sample extensions, |
| 11 with links that let you install them | 11 with links that let you install them |
| 12 and find their source code. | 12 and find their source code. |
| 13 Each sample also has links to the documentation | 13 Each sample also has links to the documentation |
| 14 for each feature used by the sample. | 14 for each feature used by the sample. |
| 15 </p> | 15 </p> |
| 16 | 16 |
| 17 <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. | 17 <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 Channel</a> of Google Chrome. |
| 18 | 18 |
| 19 <p> | 19 <p> |
| 20 For more example code, see the | 20 For more example code, see the |
| 21 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/" target="_blank">Chromium examples directory</a>. | 21 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/" target="_blank">Chromium examples directory</a>. |
| 22 </p> | 22 </p> |
| 23 | 23 |
| 24 | 24 |
| 25 <h2>Google Mail Checker</h2> | 25 <h2>Google Mail Checker</h2> |
| 26 | 26 |
| 27 <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. | 27 <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. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 <li><a href="xhr.html">Cross-origin XMLHttpRequest</a> | 85 <li><a href="xhr.html">Cross-origin XMLHttpRequest</a> |
| 86 </ul> | 86 </ul> |
| 87 | 87 |
| 88 <br> | 88 <br> |
| 89 <h2>Other samples</h2> | 89 <h2>Other samples</h2> |
| 90 <p>These samples use similar capabilities to the ones above, but to implement di
fferent features.</p> | 90 <p>These samples use similar capabilities to the ones above, but to implement di
fferent features.</p> |
| 91 <ul> | 91 <ul> |
| 92 <li><b>Chromium buildbot monitor</b>: Monitors the Chromium tree status. <a hr
ef="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Dafm
ppjmdopaajlhgcddfhfhfgincjeih%26uc%26lang%3Den-US">Install</a> <a href="http://s
rc.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/e
xtensions/news/">Source</a> | 92 <li><b>Chromium buildbot monitor</b>: Monitors the Chromium tree status. <a hr
ef="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Dafm
ppjmdopaajlhgcddfhfhfgincjeih%26uc%26lang%3Den-US">Install</a> <a href="http://s
rc.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/e
xtensions/news/">Source</a> |
| 93 <li><b>Mappy</b>: Easily access a map for the first address on any web page. <
a href="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3
Dobjeacibkcphiplbghlbmlbnihbbmfjl%26uc%26lang%3Den-US">Install</a> <a href="http
://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/exampl
es/extensions/mappy/">Source</a> | 93 <li><b>Mappy</b>: Easily access a map for the first address on any web page. <
a href="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3
Dobjeacibkcphiplbghlbmlbnihbbmfjl%26uc%26lang%3Den-US">Install</a> <a href="http
://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/exampl
es/extensions/mappy/">Source</a> |
| 94 </ul> | 94 </ul> |
| OLD | NEW |