| Index: chrome/common/extensions/docs/server2/templates/intros/windows.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/intros/windows.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/intros/windows.html (working copy)
|
| @@ -1,6 +1,3 @@
|
| -<div id="pageData-name" class="pageData">Windows</div>
|
| -
|
| -<!-- BEGIN AUTHORED CONTENT -->
|
| <p id="classSummary">
|
| Use the <code>chrome.windows</code> module
|
| to interact with browser windows.
|
| @@ -8,7 +5,7 @@
|
| create, modify, and rearrange windows in the browser.
|
| </p>
|
|
|
| -<img src="../images/windows.png"
|
| +<img src="{{static}}/images/windows.png"
|
| width="256" height="76" alt="Two windows, each with one tab" />
|
|
|
| <h2 id="manifest">Manifest</h2>
|
| @@ -69,6 +66,4 @@
|
| example.
|
| For other examples and for help in viewing the source code, see
|
| <a href="samples.html">Samples</a>.
|
| -</p>
|
| -
|
| -<!-- END AUTHORED CONTENT -->
|
| +</p>
|
|
|