Google Cache Viewer

View google cached version of this website

什么是Google Cache Viewer?

Google Cache Viewer是由centpage.com开发的Chrome扩展程序,该扩展的主要功能是“View google cached version of this website”。

扩展截图

screenshot

下载Google Cache Viewer扩展crx文件

下载Google Cache Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension has just one job. It lets you view the google cached version of any website.
Just click on the extension icon on any website and the cached version of the website from google opens up. 

Why would you want to use this ?
1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 
2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily.

It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)                    

扩展基本信息

名称 Google Cache Viewer Google Cache Viewer
ID fgfklknfijhflahngajfoagmoilakebp
官方URL https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp
简介 View google cached version of this website
文件大小 8.25 KB
安装次数 10,000
当前版本 1
更新时间 2020-03-11
上架时间 2020-03-10
评分 4.50/5 共8次评分
开发者 centpage.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ritwick.com/#/tools
隐私政策页面URL http://centpage.com/privacy-policy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "View google cached version of this website"
    },
    "name": "Google Cache Viewer",
    "description": "View google cached version of this website",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}