OLD | NEW |
1 <div id="pageData-name" class="pageData">Hello There!</div> | 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 |
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 |
11 <p class="caution"> | 11 <p class="caution"> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 that are relevant to the current doc | 135 that are relevant to the current doc |
136 but haven't been integrated into it yet. | 136 but haven't been integrated into it yet. |
137 | 137 |
138 <p> | 138 <p> |
139 <strong>Note:</strong> | 139 <strong>Note:</strong> |
140 The trunk version of the doc is preliminary and might have errors. | 140 The trunk version of the doc is preliminary and might have errors. |
141 </p> | 141 </p> |
142 </td> | 142 </td> |
143 </tr> | 143 </tr> |
144 </table> | 144 </table> |
145 </p> | 145 </p> |
OLD | NEW |