OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p id="classSummary"> | 2 <p id="classSummary"> |
3 Use the <code>chrome.windows</code> module | 3 Use the <code>chrome.windows</code> module |
4 to interact with browser windows. | 4 to interact with browser windows. |
5 You can use this module to | 5 You can use this module to |
6 create, modify, and rearrange windows in the browser. | 6 create, modify, and rearrange windows in the browser. |
7 </p> | 7 </p> |
8 <img src="{{static}}/images/windows.png" | 8 <img src="{{static}}/images/windows.png" |
9 width="256" height="76" alt="Two windows, each with one tab" /> | 9 width="256" height="76" alt="Two windows, each with one tab" /> |
10 <h2 id="manifest">Manifest</h2> | 10 <h2 id="manifest">Manifest</h2> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 directory. | 52 directory. |
53 Another example is in the | 53 Another example is in the |
54 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_a
pi.html</a> file | 54 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_a
pi.html</a> file |
55 of the | 55 of the |
56 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> | 56 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> |
57 example. | 57 example. |
58 For other examples and for help in viewing the source code, see | 58 For other examples and for help in viewing the source code, see |
59 <a href="samples.html">Samples</a>. | 59 <a href="samples.html">Samples</a>. |
60 </p> | 60 </p> |
61 <!-- END AUTHORED CONTENT --> | 61 <!-- END AUTHORED CONTENT --> |
OLD | NEW |