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.

¿Qué es Web Cache Viewer?

Web Cache Viewer es una extensión de Chrome desarrollada por matbram, y su función principal es "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Web Cache Viewer

Descarga archivos de extensión Web Cache Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Web Cache Viewer lets you right-click on any link or page to view the Wayback Machine or Google Cache versions of that page.

When browsing the internet, everyone eventually runs into those pesky 404 error messages that are pretty annoying.

Web Cache Viewer makes dealing with 404's bearable, giving users the option to right click and view the Google Cache or Wayback machine versions of the page.

One special feature of Web Cache Viewer is our built-in Wayback Machine smart feature. 

Our smart feature will intelligently redirect you to an archived page of the one you're on, instead of the typical archive selection screen you encounter when using archive.org directly.

If Wayback Machine isn't your thing, you can also resort to the Wayback Machine alternative of using Google Cache instead.

I hope you find this extension helpful. If you do, please leave a review.                    

Información Básica de la Extensión

Nombre Web Cache Viewer Web Cache Viewer
ID pbkloffickinnlnmefmjmjbacohecpbd
URL Oficial https://chromewebstore.google.com/detail/web-cache-viewer/pbkloffickinnlnmefmjmjbacohecpbd
Descripción Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.
Tamaño del Archivo 11.35 KB
Cantidad de Instalaciones 86,252
Versión Actual 1.0.0
Última Actualización 2017-02-24
Fecha de Publicación 2017-02-23
Calificación 3.27/5 Total de 63 Calificaciones
Desarrollador matbram
Tipo de Pago free
Sitio Web de la Extensión http://matbram.com/
Idiomas Soportados en
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
}