Web Cache Viewer

Web Cache Viewer

Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Cache Viewer",
  "short_name": "Web Cacher",
  "description": "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.",
  "version": "1.0.0",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://archive.org/*"
  ],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}