Not from my experience. From my tests, that checkbox does not have any
effect on loading an extension's pages in incognito mode.
I have met with some success when using "split" incognito mode as
opposed to "spanning" (see
http://code.google.com/chrome/extensions/manifest.html#incognito).
The page will load correctly, but this doesn't work for my needs
because I need settings to be the same in both normal mode and
incognito. "Split" mode means the extension basically runs in two
processes, one for normal windows and one for incognito windows. Each
one only sees the appropriate tabs and events, but they have separate
localStorage databases.
On Mar 15, 9:12 pm, Arne Roomann-Kurrik <
kur...@chromium.org> wrote:
> Is the issue resolved if you go to chrome://extensions/ and click "allow in
> incognito" in your extension's listing there?
>
> ~Arne
>
>
>
> On Tue, Mar 15, 2011 at 3:25 PM, Chrome786 <
chrome0...@gmail.com> wrote:
> > Hi Guys,
>
> > When I run my extension in incognito mode and navigate to different
> > websites e.g
yahoo.com,
google.com it works fine but when I try to
> > navigate to some loacal html file which exists inside my extension folder.
> > It doesn't navigate and show following error message.
>
> > ------------------------------- error message
> > ------------------------------------------
>
> > *This webpage is not available
> > *Google Chrome cannot reach the website. This is typically caused by
> > network issues, but can also be the result of a misconfigured firewall or
> > proxy server.
> > Here are some suggestions:
> > Reload this web page later.
> > Try adding Google Chrome as a permitted program in your firewall or
> > antivirus software's settings. If it is already a permitted program, try
> > deleting it from the list of permitted programs and adding it again.
> > If you use a proxy server, check your proxy settings or check with your
> > network administrator to make sure the proxy server is working.
> > If you don't believe you should be using a proxy server, try the following
> > steps: Go to Wrench menu > Options > Under the Hood > Change proxy settings
> > > LAN Settings and deselect "Use a proxy server for your LAN."
> > Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.
>
> > ----------------------------------------- end of error message
> > --------------------------------------------
>
> > Is there a known issue or its by design that we can't navigate to a local
> > resource while running in incognito mode?
>
> > Is there any work around?
>
> > Thanks!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.
> > To post to this group, send email to
chromium-extensi...@chromium.org.
> > To unsubscribe from this group, send email to
> >
chromium-extensions+unsubscr...@chromium.org.
> > For more options, visit this group at
> >
http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.- Hide quoted text -
>
> - Show quoted text -