summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 22:57:06 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 22:57:06 +0000
commit079037f7dfbf8bbc4d5110f082310c10900b5320 (patch)
tree56f71cfebeb7b9dc1bf4dff823c070ccdac9e6cf /chrome
parent9970340aaa6c19345041261acb516a6c7bbd2bed (diff)
downloadchromium_src-079037f7dfbf8bbc4d5110f082310c10900b5320.zip
chromium_src-079037f7dfbf8bbc4d5110f082310c10900b5320.tar.gz
chromium_src-079037f7dfbf8bbc4d5110f082310c10900b5320.tar.bz2
A smaller image to avoid a huge blank area in the pageActions doc.
I ended up taking a screenshot of the RSS page action and editing it to be less wide. Review URL: http://codereview.chromium.org/173519 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/common/extensions/docs/images/page-action.pngbin0 -> 9504 bytes
-rwxr-xr-xchrome/common/extensions/docs/images/pageaction-omnibar-icons.pngbin33230 -> 0 bytes
-rwxr-xr-xchrome/common/extensions/docs/static/pageActions.html18
3 files changed, 12 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/images/page-action.png b/chrome/common/extensions/docs/images/page-action.png
new file mode 100755
index 0000000..3b840f7
--- /dev/null
+++ b/chrome/common/extensions/docs/images/page-action.png
Binary files differ
diff --git a/chrome/common/extensions/docs/images/pageaction-omnibar-icons.png b/chrome/common/extensions/docs/images/pageaction-omnibar-icons.png
deleted file mode 100755
index c22aab5..0000000
--- a/chrome/common/extensions/docs/images/pageaction-omnibar-icons.png
+++ /dev/null
Binary files differ
diff --git a/chrome/common/extensions/docs/static/pageActions.html b/chrome/common/extensions/docs/static/pageActions.html
index 4b2a16d..b63a49c 100755
--- a/chrome/common/extensions/docs/static/pageActions.html
+++ b/chrome/common/extensions/docs/static/pageActions.html
@@ -3,12 +3,18 @@
<!-- BEGIN AUTHORED CONTENT -->
<p>Page actions are a simple way to represent actions that can be taken on a page ("Email this page", "Share with Facebook", etc).</p>
-<h2>User interface</h2>
-<p>Page actions are displayed as icons on the right side of the OmniBox.</p>
-
-<img src="images/pageaction-omnibar-icons.png">
-
-<h2>Manifest</h2>
+<p>
+Page actions are displayed as icons on the right side of the OmniBox.
+The RSS icon in the following screenshot
+represents a page action
+that lets you subscribe to
+the RSS feed for the current page.
+</p>
+
+<img src="images/page-action.png"
+ width="361" height="79" />
+
+<h2 id="manifest">Manifest</h2>
<p>Developers can declare page actions in the manifest using the following syntax:</p>