OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 | 329 |
330 <p> | 330 <p> |
331 A <em>theme</em> is a special kind of extension | 331 A <em>theme</em> is a special kind of extension |
332 that changes the way the browser looks. | 332 that changes the way the browser looks. |
333 Themes are <a href="packaging.html">packaged</a> like regular extensions, | 333 Themes are <a href="packaging.html">packaged</a> like regular extensions, |
334 but they don't contain JavaScript or HTML code. | 334 but they don't contain JavaScript or HTML code. |
335 </p> | 335 </p> |
336 | 336 |
337 <p> | 337 <p> |
338 You can find and try a bunch of themes at the | 338 You can find and try a bunch of themes at the |
339 <a href="https://tools.google.com/chrome/intl/en/themes/">themes gallery</a>. | 339 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a
>. |
340 </p> | 340 </p> |
341 | 341 |
342 <img src="images/themes-1.gif" width="100" height="80" alt="grassy theme"> | 342 <img src="images/themes-1.gif" width="100" height="80" alt="grassy theme"> |
343 | 343 |
344 <img src="images/themes-2.gif" width="100" height="80" alt="dark theme"> | 344 <img src="images/themes-2.gif" width="100" height="80" alt="dark theme"> |
345 | 345 |
346 <img src="images/themes-3.gif" width="100" height="80" alt="foggy theme"> | 346 <img src="images/themes-3.gif" width="100" height="80" alt="foggy theme"> |
347 | 347 |
348 <h2 id="manifest"> Manifest </h2> | 348 <h2 id="manifest"> Manifest </h2> |
349 <p> | 349 <p> |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 _uff=0; | 678 _uff=0; |
679 urchinTracker(); | 679 urchinTracker(); |
680 } | 680 } |
681 catch(e) {/* urchinTracker not available. */} | 681 catch(e) {/* urchinTracker not available. */} |
682 </script> | 682 </script> |
683 <!-- end analytics --> | 683 <!-- end analytics --> |
684 </div> | 684 </div> |
685 </div> <!-- /gc-footer --> | 685 </div> <!-- /gc-footer --> |
686 </div> <!-- /gc-container --> | 686 </div> <!-- /gc-container --> |
687 </body></html> | 687 </body></html> |
OLD | NEW |