OLD | NEW |
1 <div id="pageData-name" class="pageData">Packaged Apps</div> | 1 <h1>Packaged Apps</h1> |
2 <div id="pageData-showTOC" class="pageData">true</div> | 2 |
3 | 3 |
4 <p class="warning"> | 4 <p class="warning"> |
5 <b>Warning: </b> | 5 <b>Warning: </b> |
6 All content in this doc refers to the legacy version of packaged apps. | 6 All content in this doc refers to the legacy version of packaged apps. |
7 Your legacy packaged apps will still work, | 7 Your legacy packaged apps will still work, |
8 but you won't have access to any of the new APIs. | 8 but you won't have access to any of the new APIs. |
9 Check out the new version of | 9 Check out the new version of |
10 <a href="http://code.google.com/chrome/extensions/trunk/apps/about_apps.html">pa
ckaged apps</a>; | 10 <a href="http://code.google.com/chrome/extensions/trunk/apps/about_apps.html">pa
ckaged apps</a>; |
11 otherwise, you're missing out! | 11 otherwise, you're missing out! |
12 </p> | 12 </p> |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 <a href="manifest.html">manifest documentation</a>. | 167 <a href="manifest.html">manifest documentation</a>. |
168 </p> | 168 </p> |
169 | 169 |
170 <h2 id="next">What next?</h2> | 170 <h2 id="next">What next?</h2> |
171 | 171 |
172 <p> | 172 <p> |
173 Read the <a href="overview.html">Overview</a> to learn | 173 Read the <a href="overview.html">Overview</a> to learn |
174 basic concepts about extensions. | 174 basic concepts about extensions. |
175 </p> | 175 </p> |
176 | 176 |
177 <p class="backtotop"><a href="#top">Back to top</a></p> | 177 <p class="backtotop"><a href="#top">Back to top</a></p> |
178 | |
OLD | NEW |