OLD | NEW |
1 <div id="pageData-title" 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 <em>Google Chrome Extensions</em> &mda
sh; | 4 This documentation tells you how to write <em>Google Chrome Extensions</em> &mda
sh; |
5 small software programs | 5 small software programs |
6 that can modify and enhance the functionality of the | 6 that can modify and enhance the functionality of the |
7 <a href="http://www.google.com/chrome">Google Chrome browser</a>. | 7 <a href="http://www.google.com/chrome">Google Chrome browser</a>. |
8 </p> | 8 </p> |
9 | 9 |
10 <h2 id="readme"> Where to start </h2> | 10 <h2 id="readme"> Where to start </h2> |
11 | 11 |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 but haven't been integrated into them yet. | 124 but haven't been integrated into them yet. |
125 | 125 |
126 <p> | 126 <p> |
127 <strong>Note:</strong> | 127 <strong>Note:</strong> |
128 The trunk version of the doc is preliminary and might have errors. | 128 The trunk version of the doc is preliminary and might have errors. |
129 </p> | 129 </p> |
130 </td> | 130 </td> |
131 </tr> | 131 </tr> |
132 </table> | 132 </table> |
133 </p> | 133 </p> |
OLD | NEW |