| OLD | NEW |
| 1 <h1>Override Pages</h1> | 1 <h1>Override Pages</h1> |
| 2 | 2 |
| 3 | 3 |
| 4 <style> | 4 <style> |
| 5 #pics { | 5 #pics { |
| 6 margin:2em 1em 1.5em; | 6 margin:2em 1em 1.5em; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #pics td { | 9 #pics td { |
| 10 text-align:center; | 10 text-align:center; |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 the Bookmark Manager and History pages. | 65 the Bookmark Manager and History pages. |
| 66 </p> | 66 </p> |
| 67 | 67 |
| 68 <p> | 68 <p> |
| 69 Incognito windows are treated specially. | 69 Incognito windows are treated specially. |
| 70 New Tab pages cannot be overridden in incognito windows. | 70 New Tab pages cannot be overridden in incognito windows. |
| 71 Other override pages work in incognito windows | 71 Other override pages work in incognito windows |
| 72 as long as the | 72 as long as the |
| 73 <a href="manifest.html#incognito">incognito</a> | 73 <a href="manifest.html#incognito">incognito</a> |
| 74 manifest property is set to "spanning" | 74 manifest property is set to "spanning" |
| 75 (which is the default value for extensions | 75 (which is the default value). |
| 76 but not for packaged apps). | |
| 77 See <a href="overview.html#incognito">Saving data and incognito mode</a> | 76 See <a href="overview.html#incognito">Saving data and incognito mode</a> |
| 78 in the Overview for more details on how you should treat | 77 in the Overview for more details on how you should treat |
| 79 incognito windows. | 78 incognito windows. |
| 80 </p> | 79 </p> |
| 81 | 80 |
| 82 <p> | 81 <p> |
| 83 The following screenshots show the default New Tab page | 82 The following screenshots show the default New Tab page |
| 84 next to a custom New Tab page. | 83 next to a custom New Tab page. |
| 85 </p> | 84 </p> |
| 86 | 85 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 </p> | 177 </p> |
| 179 </li> | 178 </li> |
| 180 </ul> | 179 </ul> |
| 181 | 180 |
| 182 <h2 id="examples"> Examples </h2> | 181 <h2 id="examples"> Examples </h2> |
| 183 | 182 |
| 184 <p> | 183 <p> |
| 185 See the | 184 See the |
| 186 <a href="samples.html#chrome_url_overrides">override samples</a>. | 185 <a href="samples.html#chrome_url_overrides">override samples</a>. |
| 187 </p> | 186 </p> |
| OLD | NEW |