
If only (R) is set, these settings are effective for both regular and incognito windows.
#Type fu chome vs windows 10 windows#
Assume that no policy overrides the settings and that an extension can set settings for regular windows (R) and settings for incognito windows (I). The following example illustrates the behavior. You can use the get() function to determine whether your extension is capable of providing a setting or whether this setting would be overridden.Īs discussed above, Chrome allows using different settings for regular windows and incognito windows.

incognito_persistent Settings set in the incognito_persistent scope apply only to incognito windows. # Scope and life cycleĬhrome distinguishes between three different scopes of browser settings: regular Settings set in the regular scope apply to regular browser windows and are inherited by incognito windows if they are not overwritten. The proxy settings examples demonstrate how these functions are intended to be used. The ChromeSetting prototype provides a common set of functions ( get(), set(), and clear()) as well as an event publisher ( onChange) for settings of the Chrome browser.
