diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 18:51:14 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 18:51:14 +0000 |
commit | 931df7ebf87f0161049eaad0dd485051e64ede06 (patch) | |
tree | fa87bd86fea703f49e66ef754709b63515049e1b /chrome/common | |
parent | d36b85dfd6df130efe4eca81e3615d635f7af149 (diff) | |
download | chromium_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.html | 1 |
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&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&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&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> |