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'est-ce que Web Cache Viewer ?

Web Cache Viewer est une extension Chrome développée par matbram, et sa fonction principale est "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Cache Viewer

Téléchargez les fichiers d'extension Web Cache Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Cache Viewer Web Cache Viewer
ID pbkloffickinnlnmefmjmjbacohecpbd
URL Officiel https://chromewebstore.google.com/detail/web-cache-viewer/pbkloffickinnlnmefmjmjbacohecpbd
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.
Taille du Fichier 11.35 KB
Nombre d'Installations 86,252
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-02-24
Date de Publication 2017-02-23
Évaluation 3.27/5 Total 63 Évaluations
Développeur matbram
Type de Paiement free
Site Web de l'Extension http://matbram.com/
Langues Prises en Charge 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
}