| OLD | NEW |
| 1 <div id="pageData-showTOC" class="pageData">true</div> | 1 <div id="pageData-showTOC" class="pageData">true</div> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 A <em>theme</em> is a special kind of extension | 4 A <em>theme</em> is a special kind of extension |
| 5 that changes the way the browser looks. | 5 that changes the way the browser looks. |
| 6 Themes are <a href="packaging.html">packaged</a> like regular extensions, | 6 Themes are <a href="packaging.html">packaged</a> like regular extensions, |
| 7 but they don't contain JavaScript or HTML code. | 7 but they don't contain JavaScript or HTML code. |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| 11 You can find and try a bunch of themes at the | 11 You can find and try a bunch of themes at the |
| 12 <a href="https://tools.google.com/chrome/intl/en/themes/">themes gallery</a>. | 12 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a
>. |
| 13 </p> | 13 </p> |
| 14 | 14 |
| 15 <img src="images/themes-1.gif" | 15 <img src="images/themes-1.gif" |
| 16 width="100" height="80" alt="grassy theme" /> | 16 width="100" height="80" alt="grassy theme" /> |
| 17 | 17 |
| 18 <img src="images/themes-2.gif" | 18 <img src="images/themes-2.gif" |
| 19 width="100" height="80" alt="dark theme" /> | 19 width="100" height="80" alt="dark theme" /> |
| 20 | 20 |
| 21 <img src="images/themes-3.gif" | 21 <img src="images/themes-3.gif" |
| 22 width="100" height="80" alt="foggy theme" /> | 22 width="100" height="80" alt="foggy theme" /> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 140 |
| 141 <h2 id="moredoc"> Additional documentation </h2> | 141 <h2 id="moredoc"> Additional documentation </h2> |
| 142 | 142 |
| 143 <p> | 143 <p> |
| 144 Community-written documentation to help you write themes is here: | 144 Community-written documentation to help you write themes is here: |
| 145 </p> | 145 </p> |
| 146 | 146 |
| 147 <blockquote> | 147 <blockquote> |
| 148 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.
google.com/p/chromium/wiki/ThemeCreationGuide</a> | 148 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.
google.com/p/chromium/wiki/ThemeCreationGuide</a> |
| 149 </blockquote> | 149 </blockquote> |
| OLD | NEW |