| OLD | NEW |
| 1 <h1>Hello There!</h1> | 1 <h1>Hello There!</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 This documentation tells you how to write extensions | 4 This documentation tells you how to write extensions for the |
| 5 and packaged apps for the | |
| 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. | 5 <a href="http://www.google.com/chrome">Google Chrome browser</a>. |
| 7 Because extensions came first, | |
| 8 the APIs and these docs say <em>extension</em> everywhere. | |
| 9 </p> | 6 </p> |
| 10 | 7 |
| 11 <p class="caution"> | |
| 12 <b>Note:</b> | |
| 13 Unless you see a note | |
| 14 describing an exception for packaged apps, | |
| 15 everything in this documentation applies to both extensions and packaged apps. | |
| 16 </p> | |
| 17 | |
| 18 | |
| 19 <h2 id="readme"> Where to start </h2> | 8 <h2 id="readme"> Where to start </h2> |
| 20 | 9 |
| 21 <p> | 10 <p> |
| 22 Before you code, | 11 Before you code, |
| 23 read these: | 12 read these: |
| 24 </p> | 13 </p> |
| 25 | 14 |
| 26 <dl> | 15 <dl> |
| 27 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> | 16 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> |
| 28 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> | 17 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 but haven't been integrated into it yet. | 125 but haven't been integrated into it yet. |
| 137 | 126 |
| 138 <p> | 127 <p> |
| 139 <strong>Note:</strong> | 128 <strong>Note:</strong> |
| 140 The trunk version of the doc is preliminary and might have errors. | 129 The trunk version of the doc is preliminary and might have errors. |
| 141 </p> | 130 </p> |
| 142 </td> | 131 </td> |
| 143 </tr> | 132 </tr> |
| 144 </table> | 133 </table> |
| 145 </p> | 134 </p> |
| OLD | NEW |