| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Hello There!</div> | 1 <div id="pageData-name" class="pageData">Hello There!</div> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 This documentation tells you how to write extensions | 4 This documentation tells you how to write extensions |
| 5 and packaged apps for the | 5 and packaged apps for the |
| 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. | 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. |
| 7 Because extensions came first, | 7 Because extensions came first, |
| 8 the APIs and these docs say <em>extension</em> everywhere. | 8 the APIs and these docs say <em>extension</em> everywhere. |
| 9 </p> | 9 </p> |
| 10 | 10 |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 APIs on the Dev channel are subject to change. | 116 APIs on the Dev channel are subject to change. |
| 117 </p> | 117 </p> |
| 118 </td> | 118 </td> |
| 119 </tr> | 119 </tr> |
| 120 <tr> | 120 <tr> |
| 121 <td> | 121 <td> |
| 122 <a href="http://code.google.com/chrome/extensions/trunk/overview.html">...
/extensions/<b>trunk/</b>...</a> | 122 <a href="http://code.google.com/chrome/extensions/trunk/overview.html">...
/extensions/<b>trunk/</b>...</a> |
| 123 </td> | 123 </td> |
| 124 <td> | 124 <td> |
| 125 The very latest documentation. | 125 The very latest documentation. |
| 126 Look here if you're using a tip-of-tree version of | 126 Look here if you're using |
| 127 <a href="http://tools.google.com/dlpage/chromesxs">Canary</a> |
| 128 or a tip-of-tree version of |
| 127 <a href="http://dev.chromium.org">Chromium</a> | 129 <a href="http://dev.chromium.org">Chromium</a> |
| 128 or if you're curious about features to come. | 130 or if you're curious about features to come. |
| 129 This version might also have bug fixes and feature information | 131 This version might also have bug fixes and feature information |
| 130 that are relevant to the current doc | 132 that are relevant to the current doc |
| 131 but haven't been integrated into it yet. | 133 but haven't been integrated into it yet. |
| 132 | 134 |
| 133 <p> | 135 <p> |
| 134 <strong>Note:</strong> | 136 <strong>Note:</strong> |
| 135 The trunk version of the doc is preliminary and might have errors. | 137 The trunk version of the doc is preliminary and might have errors. |
| 136 </p> | 138 </p> |
| 137 </td> | 139 </td> |
| 138 </tr> | 140 </tr> |
| 139 </table> | 141 </table> |
| 140 </p> | 142 </p> |
| OLD | NEW |