Index: chrome/common/extensions/docs/server2/templates/intros/browserAction.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/intros/browserAction.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/intros/browserAction.html (working copy) |
@@ -1,6 +1,3 @@ |
-<div id="pageData-name" class="pageData">Browser Actions</div> |
- |
-<!-- BEGIN AUTHORED CONTENT --> |
<p>Use browser actions to put icons |
in the main Google Chrome toolbar, |
to the right of the address bar. |
@@ -19,7 +16,7 @@ |
A popup is below the icon. |
</p> |
-<img src="../images/browser-action.png" |
+<img src="{{static}}/images/browser-action.png" |
width="363" height="226" /> |
<p> |
@@ -33,8 +30,8 @@ |
Packaged apps cannot use browser actions. |
</p> |
-<!-- [PENDING: We should show tooltips and badges, as well.] --> |
+ |
<h2 id="manifest">Manifest</h2> |
<p> |
@@ -116,7 +113,7 @@ |
<a href="#method-setBadgeText">setBadgeText()</a> and |
<a href="#method-setBadgeBackgroundColor">setBadgeBackgroundColor()</a>, |
respectively. |
-<!-- [PENDING: if you have a color but no text, will anything display?] --> |
+ |
</p> |
@@ -172,6 +169,4 @@ |
directory. |
For other examples and for help in viewing the source code, see |
<a href="samples.html">Samples</a>. |
-</p> |
- |
-<!-- END AUTHORED CONTENT --> |
+</p> |