diff options
Diffstat (limited to 'chrome/common/extensions/docs/override.html')
-rw-r--r-- | chrome/common/extensions/docs/override.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html index a23f419..bb2253a 100644 --- a/chrome/common/extensions/docs/override.html +++ b/chrome/common/extensions/docs/override.html @@ -367,6 +367,13 @@ A single extension can override only one page. </p> +<p class="note"> +<b>Note:</b> +If you want to override the page in incognito windows as well, make sure to +specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a> +manifest property. +</p> + <p> The following screenshots show the default New Tab page next to a custom New Tab page. |