summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/pageActions.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static/pageActions.html')
-rwxr-xr-xchrome/common/extensions/docs/static/pageActions.html18
1 files changed, 12 insertions, 6 deletions
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>