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