GCache Browser

Easily Browse Google cached webpages

什麼是GCache Browser?

GCache Browser是由https://gokam.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Easily Browse Google cached webpages”。

擴展截圖

screenshot
screenshot

下載GCache Browser擴展crx文件

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

擴展使用說明

                        One click and switch to Google cached webpages browsing. 

If your favorite website is temporarily offline, you can browse it as if nothing happened. 

This extension is very handy for SEO professionals too, as you can see what was a website state last time Googlebot checked. 


Why it's cool: It is possible to switch from one cache page to another by using the page links. demo : https://recordit.co/1iUdG8GX4d



doesn't work on websites with 'nocache' meta data, single app and websites that check their hostname in JS                    

擴展基本資訊

名稱 GCache Browser GCache Browser
ID bdeeanokiffadihdmojahobnnenikmbn
官方網址 https://chromewebstore.google.com/detail/gcache-browser/bdeeanokiffadihdmojahobnnenikmbn
簡介 Easily Browse Google cached webpages
檔案大小 9.77 KB
安裝次數 324
目前版本 0.4
更新時間 2019-09-30
上架時間 2019-09-30
評分 5.00/5 共 2 次評分
開發者 https://gokam.co.uk
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GCache Browser",
    "description": "Easily Browse Google cached webpages",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webcache.googleusercontent.com\/*"
            ],
            "js": [
                "cache.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}