Thank you, I will submit a request. I did some more thinking about it
and so far I haven't come up with anything. I will probably end up
On Jul 7, 1:41 pm, Arne Roomann-Kurrik <
kur...@chromium.org> wrote:
> Currently, I can't think of a really good way to accomplish this. You could
> request that the standard error page become one of the overrideable pages by
> submitting a request athttp://new.crbug.comthough.
>
> ~Arne
>
> On Tue, Jul 6, 2010 at 3:30 PM, tstrat <
travis.strat...@gmail.com> wrote:
> > I am working on a project that uses chrome in a kiosk mode in a local
> > network. I need to be able to set a custom error page so that if
> > loading the webpage fails for some reason (i.e. no network connection,
> > server down, etc) the user has a few choices such as loading the page
> > again or returning to the homepage. I would like to write an extension
> > that would provide this functionality but I'm not sure of the best
> > method (this will be my first attempt at a chrome extension).
>
> > From looking through the API it seems that an Override page would be
> > ideal but these are only available for new tabs and history. I have
> > some ideas on how this could be done with a content script (i.e.
> > inject a js timer into each page) but I'm not sure if this is the best
> > method.
>
> > Any pointers would be appreciated.
>
> > Thanks,
>
> > TAS
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.