summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 18:51:14 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 18:51:14 +0000
commit931df7ebf87f0161049eaad0dd485051e64ede06 (patch)
treefa87bd86fea703f49e66ef754709b63515049e1b /chrome/common
parentd36b85dfd6df130efe4eca81e3615d635f7af149 (diff)
downloadchromium_src-931df7ebf87f0161049eaad0dd485051e64ede06.zip
chromium_src-931df7ebf87f0161049eaad0dd485051e64ede06.tar.gz
chromium_src-931df7ebf87f0161049eaad0dd485051e64ede06.tar.bz2
Updating the extensions sample page, part 2.
Adding the newly created Email this page extension. (this time updating the docs page, not just the static page). BUG=None TEST=None Review URL: http://codereview.chromium.org/466008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/samples.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html
index a59ea40..18cfb57 100644
--- a/chrome/common/extensions/docs/samples.html
+++ b/chrome/common/extensions/docs/samples.html
@@ -361,6 +361,7 @@ For more example code, see the
<ul>
<li><b>Chromium buildbot monitor</b>: Monitors the Chromium tree status. <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dafmppjmdopaajlhgcddfhfhfgincjeih%26uc%26lang%3Den-US">Install</a> <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/news/">Source</a>
</li><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&amp;x=id%3Dobjeacibkcphiplbghlbmlbnihbbmfjl%26uc%26lang%3Den-US">Install</a> <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/mappy/">Source</a>
+ </li><li><b>Email this page</b>: Share the web page you are viewing by sending it as an email. <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Ddbeoemfhkdniadbojeencpkgmobndpai%26uc%26lang%3Den-US">Install</a> <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/email_this_page/">Source</a>
</li></ul>
</div>