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.

什麼是Web Cache Viewer?

Web Cache Viewer是由matbram開發的Chrome擴展程式,該擴展的主要功能是“Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Web Cache Viewer擴展crx文件

下載Web Cache Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Web Cache Viewer Web Cache Viewer
ID pbkloffickinnlnmefmjmjbacohecpbd
官方網址 https://chromewebstore.google.com/detail/web-cache-viewer/pbkloffickinnlnmefmjmjbacohecpbd
簡介 Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.
檔案大小 11.35 KB
安裝次數 86,252
目前版本 1.0.0
更新時間 2017-02-24
上架時間 2017-02-23
評分 3.27/5 共 63 次評分
開發者 matbram
付費類型 free
擴展官網 http://matbram.com/
支援的語言 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
}