View Cached Page

View the Google cached page for the URL you are viewing

什么是View Cached Page?

View Cached Page是由pinibalilihamelech开发的Chrome扩展程序,该扩展的主要功能是“View the Google cached page for the URL you are viewing”。

扩展截图

screenshot

下载View Cached Page扩展crx文件

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

扩展使用说明

                        This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".                    

扩展基本信息

名称 View Cached Page View Cached Page
ID pgnjgiifjjoloadfedjhmjkfbpbjdpog
官方URL https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog
简介 View the Google cached page for the URL you are viewing
文件大小 27.03 KB
安装次数 954
当前版本 0.1
更新时间 2014-01-22
上架时间 2014-01-22
评分 2.10/5 共21次评分
开发者 pinibalilihamelech
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "View Cached Page",
    "description": "View the Google cached page for the URL you are viewing",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}