OLD | NEW |
---|---|
1 <style> | 1 <style> |
2 #pics { | 2 #pics { |
3 margin:2em 1em 1.5em; | 3 margin:2em 1em 1.5em; |
4 } | 4 } |
5 | 5 |
6 #pics td { | 6 #pics td { |
7 text-align:center; | 7 text-align:center; |
8 width:50%!important; | 8 width:50%!important; |
9 border:none; | 9 border:none; |
10 padding:0 1em; | 10 padding:0 1em; |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
63 only one page. | 63 only one page. |
64 </p> | 64 </p> |
65 | 65 |
66 <p class="note"> | 66 <p class="note"> |
67 <b>Note:</b> | 67 <b>Note:</b> |
68 If you want to override the page in incognito windows as well, make sure to | 68 If you want to override the page in incognito windows as well, make sure to |
69 specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a> | 69 specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a> |
70 manifest property. | 70 manifest property. |
71 </p> | 71 </p> |
72 | 72 |
73 <p class="note"> | |
74 <b>Note:</b> | |
75 You cannot override the new tab page in incognito windows. | |
kathyw
2011/01/18 23:13:25
new tab page -> New Tab page
| |
76 </p> | |
77 | |
73 <p> | 78 <p> |
74 The following screenshots show the default New Tab page | 79 The following screenshots show the default New Tab page |
75 next to a custom New Tab page. | 80 next to a custom New Tab page. |
76 </p> | 81 </p> |
77 | 82 |
78 <table id="pics"> | 83 <table id="pics"> |
79 <tr> | 84 <tr> |
80 <td> <b>The default New Tab page</b> </td> | 85 <td> <b>The default New Tab page</b> </td> |
81 <td> <b>An alternative New Tab page</b> </td> | 86 <td> <b>An alternative New Tab page</b> </td> |
82 </tr> | 87 </tr> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
175 <p> | 180 <p> |
176 You can find simple examples of defining override pages in the | 181 You can find simple examples of defining override pages in the |
177 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/override/">examples/api/override</a> | 182 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/override/">examples/api/override</a> |
178 directory. | 183 directory. |
179 For other examples and for help in viewing the source code, see | 184 For other examples and for help in viewing the source code, see |
180 <a href="samples.html">Samples</a>. | 185 <a href="samples.html">Samples</a>. |
181 </p> | 186 </p> |
182 | 187 |
183 | 188 |
184 <!-- [PENDING: Maybe have a gallery of NTPs?] --> | 189 <!-- [PENDING: Maybe have a gallery of NTPs?] --> |
OLD | NEW |