Access Google Chrome's cache

Posted by jldupont on Stack Overflow See other posts from Stack Overflow or by jldupont
Published on 2010-04-28T14:08:47Z Indexed on 2010/04/28 14:13 UTC
Read the original article Hit count: 456

Filed under:
|

Is it possible to access Google Chrome's cache from within an extension?

I'd like to write an extension that loads a cached version of a page when the online one can't be accessed (e.g. Internet connectivity issue).

Updated: I know I could write an NPAPI plugin accessible through an extension to accomplish this but I'd rather not suffer writing one... I am after a solution without resorting to NPAPI, please.

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about extension