diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:22:23 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:22:23 +0000 |
commit | 86d60c4bbd96c27e525c7b2e72989761424194cd (patch) | |
tree | 1808c91124d97b778a133d2f95724fcd18ec2edb /chrome/common/extensions/docs/pageAction.html | |
parent | 77eb33b62ccf1243c110202c977dcbac1f833676 (diff) | |
download | chromium_src-86d60c4bbd96c27e525c7b2e72989761424194cd.zip chromium_src-86d60c4bbd96c27e525c7b2e72989761424194cd.tar.gz chromium_src-86d60c4bbd96c27e525c7b2e72989761424194cd.tar.bz2 |
Merge 33967 - Added links to examples, plus added an explanation of how
to view the source files. We should improve on this soon.
Also copyedited and reformatted the Samples page.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/464047
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/501053
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/pageAction.html')
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index 45390a9..5d2a58e 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -216,6 +216,13 @@ <a>h3Name</a> </li> </ol> + </li><li> + <a href="#examples"> Examples </a> + <ol> + <li style="display: none; "> + <a>h3Name</a> + </li> + </ol> </li> <div> <li> @@ -366,6 +373,17 @@ follow these guidelines:</p> That's just annoying. </li></ul> + +<h2 id="examples"> Examples </h2> + +<p> +You can find simple examples of using page actions in the +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/pageAction/">examples/api/pageAction</a> +directory. +For other examples and for help in viewing the source code, see +<a href="samples.html">Samples</a>. +</p> + <!-- END AUTHORED CONTENT --> </div> |