OLD | NEW |
| (Empty) |
1 <table class="intro"> | |
2 <tr> | |
3 <th scope="col"></th> | |
4 <th scope="col"></th> | |
5 </tr> | |
6 <tr> | |
7 <td><strong>Description:</strong></td> | |
8 <td>Use the <code>chrome.app.window</code> module | |
9 to create windows. Windows have an optional frame with title bar and size | |
10 controls. They are not associated with any Chrome browser windows.</td> | |
11 </tr> | |
12 <tr> | |
13 <td><strong>Availability:</strong></td> | |
14 <td>Google Chrome 23</td> | |
15 </tr> | |
16 <tr> | |
17 <td><strong>Permissions:</strong></td> | |
18 <td>None</td> | |
19 </tr> | |
20 <tr> | |
21 <td><strong>Learn more:</strong></td> | |
22 <td><a href="about_apps.html#look">How they look</a><br> | |
23 <a href="app_lifecycle.html">Manage App Lifecycle</a><br> | |
24 <a href="https://developers.google.com/live/shows/9118010/">Chrome Apps Offi
ce Hours: Building Awesome Multi-window Apps</a></td> | |
25 </tr> | |
26 </table> | |
OLD | NEW |