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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 <b>only one page</b>. | 63 <b>only one page</b>. |
64 For example, an extension can't override both | 64 For example, an extension can't override both |
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/incognito.html">incognito</a> |
74 manifest property is set to "spanning" | 74 manifest property is set to "spanning" |
75 (which is the default value). | 75 (which is the default value). |
76 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> |
77 in the Overview for more details on how you should treat | 77 in the Overview for more details on how you should treat |
78 incognito windows. | 78 incognito windows. |
79 </p> | 79 </p> |
80 | 80 |
81 <p> | 81 <p> |
82 The following screenshots show the default New Tab page | 82 The following screenshots show the default New Tab page |
83 next to a custom New Tab page. | 83 next to a custom New Tab page. |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 </p> | 177 </p> |
178 </li> | 178 </li> |
179 </ul> | 179 </ul> |
180 | 180 |
181 <h2 id="examples"> Examples </h2> | 181 <h2 id="examples"> Examples </h2> |
182 | 182 |
183 <p> | 183 <p> |
184 See the | 184 See the |
185 <a href="samples.html#chrome_url_overrides">override samples</a>. | 185 <a href="samples.html#chrome_url_overrides">override samples</a>. |
186 </p> | 186 </p> |
OLD | NEW |