Remote Cached Pages

Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.

What is Remote Cached Pages?

Remote Cached Pages is a Chrome extension developed by jore, and its main feature is "Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.".

Extension Screenshots

screenshot

Download Remote Cached Pages Extension CRX File

Download Remote Cached Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Attempting to follow a link but end up on a server error page? 

This extension adds an option to the right-click menu of links which attempts to open a cached copy of the page from Google's servers.


Version History:
2013-08-15 v1.1.1
  - Previous package contained wrong files
2013-08-12 v1.1
  - Added support for links from Google's search result page
  - Added support for internationalization
2013-08-08 v1.0
  - First Version                    

Extension Basic Information

Name Remote Cached Pages Remote Cached Pages
ID oohbelomhgnmhecmpokphhmlopdkmfip
Official URL https://chromewebstore.google.com/detail/remote-cached-pages/oohbelomhgnmhecmpokphhmlopdkmfip
Description Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.
File Size 8.72 KB
Installation Count 321
Current Version 1.1.1
Last Updated 2013-08-15
Publish Date 2013-08-15
Rating 5.00/5 Total 2 Ratings
Developer jore
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "callbackRegister.js"
        ],
        "persistent": false
    },
    "default_locale": "en"
}