Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3007)

Unified Diff: chrome/common/extensions/docs/static/pageAction.html

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/npapi.html ('k') | chrome/common/extensions/docs/static/samples.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/pageAction.html
diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html
index 08e34ecd2769bde58ffe31bf675d74c63bacdd2c..ec49c4f16fc5d16dadb7a756db4f9401da717ce5 100755
--- a/chrome/common/extensions/docs/static/pageAction.html
+++ b/chrome/common/extensions/docs/static/pageAction.html
@@ -38,24 +38,11 @@ like this:
</p>
<pre>"page_action": {
+ "default_icon": "icons/foo.png", <em>// <b>required</b></em>
"default_title": "Do action", <em>// optional; shown in tooltip</em>
- "default_icon": "icons/foo.png", <em>// optional</em>
"popup": "popup.html" <em>// optional</em>
}</pre>
-<p><b>Note:</b> Even if you don't include
- any of the values,
- you must include an empty <b>page_action</b> entry
- in your manifest so that the system
- reserves a slot for your page action
- in the address bar.</p>
-
-<p>
-Set "default_icon" if at all possible.
-Users see the default icon when they install your extension,
-which helps them know what to look for when your page action
-is active for a given page.</p>
-
<h2 id="ui">Parts of the UI</h2>
<p>
« no previous file with comments | « chrome/common/extensions/docs/static/npapi.html ('k') | chrome/common/extensions/docs/static/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698