Remote Cached Pages

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.

Merlin
Additional files are visible only to premium users

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": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "callbackRegister.js"
    ],
    "persistent": false
  },
  "default_locale": "en"
}